ci: 💚 generate current changelog in correct file
This commit is contained in:
parent
cff062a9b0
commit
94399be7e5
@ -14,7 +14,7 @@ steps:
|
||||
- pip install -U Commitizen
|
||||
- cz bump --annotated-tag --yes
|
||||
- git push --follow-tags
|
||||
- cz changelog $(cz version -p) > CZ_CURRENT_CHANGELOG.md || echo "An error occured while generating the changelog."
|
||||
- cz changelog $(cz version -p) --file-name CZ_CURRENT_CHANGELOG.md || echo "An error occured while generating the changelog."
|
||||
environment:
|
||||
GIT_USERNAME:
|
||||
from_secret: git_username
|
||||
|
Loading…
Reference in New Issue
Block a user