Skip to content

Commit 6a5aa1c

Browse files
Sign-off commits
Add the `Signed-off-by` trailer to Git commits.
1 parent a84e2f1 commit 6a5aa1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
git checkout -b $branchName
108108
git add .
109-
git commit -m "Bump version`n`nBump version to ${env:NEXT_VERSION} for the next release."
109+
git commit -m "Bump version`n`nBump version to ${env:NEXT_VERSION} for the next release." -s
110110
git push -u origin $branchName
111111
112112
"branch-name=${branchName}" >> $env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)