Skip to content

Commit

Permalink
Merge pull request #96 from makotot/fix-version-update
Browse files Browse the repository at this point in the history
fix: automatically update version field
  • Loading branch information
makotot authored Aug 16, 2021
2 parents 5c66bbe + 11343df commit 3511f35
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
12 changes: 12 additions & 0 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 3511f35

Please sign in to comment.