Compare commits

..

No commits in common. "7f1d1ffffc911beaf35de4525fda9ea8e7045bcb" and "e7c9099696f011b06e6ea153a85b7b38d3155347" have entirely different histories.

View File

@ -9,7 +9,7 @@ steps:
commands:
- git fetch --tags
- name: Update version and changelog
image: registry.riba-interactive.de/conventi:latest
image: registry.riba-interactive.de/conventi:1
- name: Commit changelog updates
image: alpine/git
commands:
@ -17,7 +17,7 @@ steps:
- git commit -m "version and changelog update [CI SKIP]"
- git push origin $DRONE_TARGET_BRANCH
- name: Tag commit
image: registry.riba-interactive.de/conventi:latest
image: registry.riba-interactive.de/conventi:1
commands:
- export VERSION=$(conventi.sh get_version)
- git tag -am "Tagging new version $VERSION" "$VERSION"