Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Add signoff to commit message for automated release workflows (#1282)
Browse files Browse the repository at this point in the history
Signed-off-by: dvonthenen <vonthenend@vmware.com>
  • Loading branch information
davidvonthenen authored Aug 12, 2021
1 parent 0365cfe commit 3267d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/update-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ echo "NEW_FAKE_BUILD_VERSION: ${NEW_FAKE_BUILD_VERSION}"

# commit dev file
git add hack/FAKE_BUILD_VERSION.yaml
git commit -m "auto-generated - update fake version"
git commit -s -m "auto-generated - update fake version"
git push origin "${WHICH_BRANCH}"

# skip the tagging the dev release... commit the file is a good enough simulation
Expand All @@ -94,7 +94,7 @@ echo "NEW_DEV_BUILD_VERSION: ${NEW_DEV_BUILD_VERSION}"

# commit dev file
git add hack/DEV_BUILD_VERSION.yaml
git commit -m "auto-generated - update dev version"
git commit -s -m "auto-generated - update dev version"
git push origin "${WHICH_BRANCH}"

# tag the new dev release
Expand Down

0 comments on commit 3267d1b

Please sign in to comment.