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

ci: more debugging for auto-changelog (#2)

parent 91b7c2dd
No related branches found
No related tags found
No related merge requests found
Pipeline #990 failed
......@@ -32,8 +32,12 @@ auto-bump:
- 'exists=`git show-ref refs/heads/master` && if [ -n "$exists" ]; then git branch -D master; fi'
- git checkout -b master
- cz bump --changelog # execute auto bump and push to master
- git status
- git log --graph --oneline -n 15 --all
- git add CHANGELOG.md
- git status
- git commit --amend --no-edit
- git status
- 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
......
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