Skip to content

Commit

Permalink
ci(release-it): updated config to match c9h
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Carr committed Jul 21, 2021
1 parent 59a9fa6 commit 39f8271
Show file tree
Hide file tree
Showing 3 changed files with 875 additions and 11 deletions.
13 changes: 11 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
{
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
}
},
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version}",
"tagName": "v${version}",
"tagAnnotation": "v${version}"
},
"github": {
"release": true
"release": true,
"releaseName": "v${version}"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"fastify-plugin": "^3.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^3.0.1",
"release-it": "^14.10.0",
"siroc": "^0.14.0",
"typescript": "^4.3.5"
Expand Down
Loading

0 comments on commit 39f8271

Please sign in to comment.