Skip to content

Commit

Permalink
Ensure commits are signed in scripts/release.sh.
Browse files Browse the repository at this point in the history
Signed-off-by: James Blair <mail@jamesblair.net>
  • Loading branch information
jmhbnz committed Sep 15, 2024
1 parent 6c1fe4a commit 7e8e0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ main() {
# shellcheck disable=SC2038,SC2046
run git add $(find . -name go.mod ! -path './release/*'| xargs)
run git diff --staged | cat
run git commit -m "version: bump up to ${VERSION}"
run git commit --signoff --message "version: bump up to ${VERSION}"
run git diff --staged | cat
fi

Expand Down

0 comments on commit 7e8e0bf

Please sign in to comment.