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

Update .gitlab-ci.yml

parent ba81e087
No related branches found
No related tags found
No related merge requests found
Pipeline #984 failed
......@@ -34,9 +34,8 @@ auto-bump:
- git pull origin master
- cz bump --changelog # execute auto bump and push to master
- git add CHANGELOG.md
- git commit --amend --no-edit
- git fetch
- git push origin master:$CI_COMMIT_REF_NAME
- git commit -m 'docs: Update changelog'
- git push origin master
- TAG=$(head -n 1 VERSION) # get the new software version and save into artifacts
- echo "#!/bin/sh" >> variables
- echo "export TAG='$TAG'" >> 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