Skip to content

Commit

Permalink
fix: release-it json (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit authored Dec 5, 2023
1 parent 337f82a commit d553243
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
@@ -1,5 +1,10 @@
{
"git": {
"commitMessage": "chore: release v${version} [skip ci]",
"commitArgs": ["--signoff"]
},
"github": {
"release": true
"release": true,
"autoGenerate": true
}
}

0 comments on commit d553243

Please sign in to comment.