Skip to content

Commit 7e8e0bf

Browse files
committed
Ensure commits are signed in scripts/release.sh.
Signed-off-by: James Blair <[email protected]>
1 parent 6c1fe4a commit 7e8e0bf

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)