bump version, use git describe for -devel changelogs

This commit is contained in:
Guido Grazioli 2022-04-04 17:35:22 +02:00
commit a62f26648f
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ jobs:
done
antsibull-changelog lint -vvv
if [[ "${{github.ref}}" == "refs/heads/main" ]]; then
antsibull-changelog release --version "$(grep version galaxy.yml | awk -F'"' '{ print $2 }')-devel" -v
antsibull-changelog release --version "$(git describe --tags)" -v
fi
fi
working-directory: ansible_collections/middleware_automation/keycloak