We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75ac10 commit fd42a17Copy full SHA for fd42a17
ci-automation/ci_automation_common.sh
@@ -36,7 +36,7 @@ function update_and_push_version() {
36
# Add and commit local changes
37
git add "sdk_container/.repo/manifests/version.txt"
38
39
- git commit -s --allow-empty -m "New version: ${version}"
+ git commit --signoff --allow-empty -m "New version: ${version}"
40
41
git fetch --all --tags --force
42
local -i ret=0
0 commit comments