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

fix: ci might not need to manually add changelog?

parent 35116ef3
No related branches found
No related tags found
No related merge requests found
Pipeline #992 passed
......@@ -34,11 +34,6 @@ auto-bump:
- 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
- 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