Skip to content

Commit

Permalink
chore: add --signoff to git commit args for release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <mmolisani@bloomberg.net>
  • Loading branch information
molisani committed Jan 13, 2025
1 parent 3ac7278 commit 79b91fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
}
},
"git": {
"commitMessage": "chore(release): {version}"
"commitMessage": "chore(release): {version}",
"commitArgs": "--signoff"
}
},
"namedInputs": {
Expand Down

0 comments on commit 79b91fe

Please sign in to comment.