mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #18592 from jmhbnz/main
Ensure commits are signed in `scripts/release.sh`
This commit is contained in:
commit
7f399ee50c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user