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

ci: trying to fix auto-changelog (#2)

parent 0f36a994
No related branches found
No related tags found
No related merge requests found
Pipeline #987 failed
......@@ -31,10 +31,10 @@ 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 origin master
- cz bump --changelog # execute auto bump and push to master
- git add CHANGELOG.md
- git commit --amend --no-edit
- git log --graph --oneline -n 15 --all
- git push origin master
- TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts
- echo "#!/bin/sh" >> variables
......
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