bump version, use git describe for -devel changelogs

main
Guido Grazioli 2022-04-04 17:35:22 +02:00
parent 29aaafb9e4
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

View File

@ -1,7 +1,7 @@
---
namespace: middleware_automation
name: keycloak
version: "1.0.2"
version: "1.0.3"
readme: README.md
authors:
- Romain Pelisse <rpelisse@redhat.com>