Skip to content

Commit

Permalink
fix: package.json version not update automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
phucvinh57 committed Jan 9, 2024
1 parent 402a1da commit ccbf88e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@
}
],
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false
}
],
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): ${nextRelease.version} on ${branch.name} [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"repository": "[email protected]:phucvinh57/fastify-template.git",
"description": "",
"type": "commonjs",
"private": true,
"scripts": {
"prepare": "is-ci || husky install",
"bootstrap": "yarn start:docker && yarn && yarn db:migrate && npx prisma db seed",
Expand Down

0 comments on commit ccbf88e

Please sign in to comment.