Skip to content

Commit

Permalink
chore: update release-it config
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Ranjit Tummalapalli <sairanjit.tummalapalli@ayanworks.com>
  • Loading branch information
sairanjit committed Dec 1, 2023
1 parent f6a6d8a commit 9474f50
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 30 deletions.
6 changes: 4 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release v${version} [skip ci]",
"commitArgs": ["--signoff"]
},
"github": {
"release": true
"release": true,
"autoGenerate": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ganache-cli": "6.12.2",
"mocha": "^7.0.0",
"prettier": "^3.0.2",
"release-it": "^16.1.5",
"release-it": "^16.3.0",
"solc": "^0.8.21",
"truffle": "^5.5.20",
"ts-node": "^10.9.1",
Expand Down
61 changes: 34 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9474f50

Please sign in to comment.