Skip to content

Commit fbd2e21

Browse files
committed
docs: improve gitlab tutorial
Closes #610
1 parent b7b96f6 commit fbd2e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/gitlab_ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ auto-bump:
9191
- git config --global user.email "${CI_EMAIL}" && git config --global user.name "${CI_USERNAME}"
9292
- 'exists=`git show-ref refs/heads/master` && if [ -n "$exists" ]; then git branch -D master; fi'
9393
- git checkout -b master
94-
- cz bump # execute auto bump and push to master
94+
- cz bump --yes # execute auto bump and push to master
9595
- git push origin master:$CI_COMMIT_REF_NAME
9696
- TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts
9797
- echo "#!/bin/sh" >> variables

0 commit comments

Comments
 (0)