Skip to content
Snippets Groups Projects
Commit f1991b4e authored by Paul Gierz's avatar Paul Gierz
Browse files

Update .gitlab-ci.yml

parent cbbd7883
No related branches found
No related tags found
No related merge requests found
Pipeline #981 failed
......@@ -31,6 +31,7 @@ auto-bump:
- git config --global user.email "${CI_EMAIL}" && git config --global user.name "${CI_USERNAME}"
- 'exists=`git show-ref refs/heads/master` && if [ -n "$exists" ]; then git branch -D master; fi'
- git checkout -b master
- git pull
- cz bump --changelog # execute auto bump and push to master
- git add CHANGELOG.md
- git commit --amend --no-edit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment