bump version, use git describe for -devel changelogs
This commit is contained in:
parent
29aaafb9e4
commit
a62f26648f
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
antsibull-changelog lint -vvv
|
antsibull-changelog lint -vvv
|
||||||
if [[ "${{github.ref}}" == "refs/heads/main" ]]; then
|
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
|
||||||
fi
|
fi
|
||||||
working-directory: ansible_collections/middleware_automation/keycloak
|
working-directory: ansible_collections/middleware_automation/keycloak
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
namespace: middleware_automation
|
namespace: middleware_automation
|
||||||
name: keycloak
|
name: keycloak
|
||||||
version: "1.0.2"
|
version: "1.0.3"
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Romain Pelisse <rpelisse@redhat.com>
|
- Romain Pelisse <rpelisse@redhat.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user