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 b7b96f6 commit fbd2e21Copy full SHA for fbd2e21
docs/tutorials/gitlab_ci.md
@@ -91,7 +91,7 @@ auto-bump:
91
- git config --global user.email "${CI_EMAIL}" && git config --global user.name "${CI_USERNAME}"
92
- 'exists=`git show-ref refs/heads/master` && if [ -n "$exists" ]; then git branch -D master; fi'
93
- git checkout -b master
94
- - cz bump # execute auto bump and push to master
+ - cz bump --yes # execute auto bump and push to master
95
- git push origin master:$CI_COMMIT_REF_NAME
96
- TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts
97
- echo "#!/bin/sh" >> variables
0 commit comments