Compare commits

...

1 commit

Author SHA1 Message Date
7d3ee9aa06 chore(main): release v0.6.0 2025-06-09 08:52:22 +00:00
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## [v0.6.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.6.0)
### Features
- real user as commit author (#187)
- avoid pushing release branch only for rebasing (#114)
## [v0.5.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.5.1) ## [v0.5.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.5.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.5.1 # x-releaser-pleaser-version image: docker://ghcr.io/apricote/releaser-pleaser:v0.6.0 # x-releaser-pleaser-version
args: args:
- run - run
- --forge=github - --forge=github

View file

@ -30,7 +30,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.5.1 # x-releaser-pleaser-version name: ghcr.io/apricote/releaser-pleaser:v0.6.0 # x-releaser-pleaser-version
entrypoint: [ "" ] entrypoint: [ "" ]
variables: variables:
GITLAB_TOKEN: $[[ inputs.token ]] GITLAB_TOKEN: $[[ inputs.token ]]