Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Sign release commit and tag automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Aug 30, 2021
1 parent 6264533 commit fc2a874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"git": {
"commitArgs": ["-S"],
"commitMessage": "Prepare for v${version} release",
"requireCleanWorkingDir": true,
"tagAnnotation": "Release v${version}",
"tagArgs": ["-s"],
"tagName": "v${version}"
},
"github": {
Expand Down

0 comments on commit fc2a874

Please sign in to comment.