Skip to content

Commit

Permalink
fix(config): add commit args to release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed May 17, 2024
1 parent a61acc1 commit 2da685d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"requireUpstream": true,
"commit": true,
"commitMessage": "chore(release): ${version} ✨",
"commitArgs": "-S",
"push": true,
"pushArgs": ["--follow-tags"],
"tag": false
Expand Down

0 comments on commit 2da685d

Please sign in to comment.