Skip to content

Commit 7f399ee

Browse files
authored
Merge pull request #18592 from jmhbnz/main
Ensure commits are signed in `scripts/release.sh`
2 parents 6c1fe4a + 7e8e0bf commit 7f399ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ main() {
154154
# shellcheck disable=SC2038,SC2046
155155
run git add $(find . -name go.mod ! -path './release/*'| xargs)
156156
run git diff --staged | cat
157-
run git commit -m "version: bump up to ${VERSION}"
157+
run git commit --signoff --message "version: bump up to ${VERSION}"
158158
run git diff --staged | cat
159159
fi
160160

0 commit comments

Comments
 (0)