chore(main): release v0.4.2

This commit is contained in:
releaser-pleaser 2024-11-08 12:27:13 +00:00
parent cbfacc894b
commit b84caf7f40
3 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # Changelog
## [v0.4.2](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.2)
### Bug Fixes
- **action**: container image reference used wrong syntax (#96)
## [v0.4.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.1) ## [v0.4.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.1)
### Bug Fixes ### Bug Fixes

View file

@ -21,7 +21,7 @@ inputs:
outputs: {} outputs: {}
runs: runs:
using: 'docker' using: 'docker'
image: docker://ghcr.io/apricote/releaser-pleaser:v0.4.1 # x-releaser-pleaser-version image: docker://ghcr.io/apricote/releaser-pleaser:v0.4.2 # x-releaser-pleaser-version
args: args:
- run - run
- --forge=github - --forge=github

View file

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