Skip to content

Commit

Permalink
ci: update release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Aug 28, 2024
1 parent 54895f9 commit 02e275e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"infile": "CHANGELOG.md"
}
},
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"skipChecks": true,
"publish": true
Expand All @@ -17,6 +21,7 @@
"after:bump": ["yarn build"]
},
"github": {
"release": true
"release": true,
"releaseName": "v${version}"
}
}

0 comments on commit 02e275e

Please sign in to comment.