Skip to content

Commit

Permalink
chore: changes to get the published version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-B-06 committed Mar 27, 2024
1 parent 84a23eb commit 323b0b1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
"git": {
"requireBranch": "main",
"commitMessage": "🚀 Release v${version}",
"commitArgs": ["--no-verify", "-S"],
"tagArgs": ["-s"]
"commitArgs": ["--no-verify"],
"tagArgs": []
},
"npm": {
"publish": false
},
"github": {
"release": true,
Expand Down

0 comments on commit 323b0b1

Please sign in to comment.