chore(main): release v0.5.1 (#175)

### Bug Fixes

- invalid version for subsequent pre-releases (#174)
This commit is contained in:
Julian Tölle 2025-05-22 15:38:41 +02:00 committed by GitHub
parent d9c081d280
commit fe3c9488b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View file

@ -30,7 +30,7 @@ releaser-pleaser:
# There is no way to run a pipeline when the MR description is updated :(
- if: $CI_COMMIT_BRANCH == "$[[ inputs.branch ]]"
image:
name: ghcr.io/apricote/releaser-pleaser:v0.5.0 # x-releaser-pleaser-version
name: ghcr.io/apricote/releaser-pleaser:v0.5.1 # x-releaser-pleaser-version
entrypoint: [ "" ]
variables:
GITLAB_TOKEN: $[[ inputs.token ]]