Skip to content

Commit

Permalink
Commit message with sign-off
Browse files Browse the repository at this point in the history
Co-authored-by: Sascha Schwarze <schwarzs@de.ibm.com>
  • Loading branch information
adambkaplan and SaschaSchwarze0 authored Dec 18, 2024
1 parent d36e134 commit eb3e755
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/release-operatorhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ popd

# Commit and push changes to our GitHub fork
git add "operators/shipwright-operator/${VERSION}"
git commit -m "Update Shipwright Operator to ${VERSION}"
git commit --amend --no-edit -s
git commit -m "Update Shipwright Operator to ${VERSION}" -s
git push --set-upstream origin "shipwright-${VERSION}"

popd

0 comments on commit eb3e755

Please sign in to comment.