Skip to content

Commit

Permalink
fix: automatically update version field
Browse files Browse the repository at this point in the history
  • Loading branch information
makotot committed Aug 16, 2021
1 parent fedabd7 commit 11343df
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 57 deletions.
116 changes: 64 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,12 @@
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.1.3",
"@semantic-release/release-notes-generator": "9.0.3",
"@size-limit/preset-small-lib": "5.0.3",
"@types/react": "17.0.17",
"@types/react-dom": "17.0.9",
Expand Down
10 changes: 5 additions & 5 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module.exports = {
branches: ['main'],
repositoryUrl: '[email protected]:makotot/GhostUI.git',
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/changelog',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
'@semantic-release/github',
'@semantic-release/git',
{
message:
// eslint-disable-next-line no-template-curly-in-string
'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}',
},
],
};

0 comments on commit 11343df

Please sign in to comment.