bump version, use git describe for -devel changelogs

This commit is contained in:
Guido Grazioli
2022-04-04 17:35:22 +02:00
parent 29aaafb9e4
commit a62f26648f
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