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 6949e2a commit 9238753Copy full SHA for 9238753
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 --allow-empty -m "New version: ${version}"
+ git commit -s --allow-empty -m "New version: ${version}"
40
41
git fetch --all --tags --force
42
local -i ret=0
0 commit comments