mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
parent
3caa7364ee
commit
1883466c3e
3 changed files with 8 additions and 2 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## [v0.4.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.1)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **gitlab**: release not created when release pr was squashed (#86)
|
||||
|
||||
## [v0.4.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.0)
|
||||
|
||||
### ✨ Highlights
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ inputs:
|
|||
outputs: {}
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: ghcr.io/apricote/releaser-pleaser:v0.4.0 # x-releaser-pleaser-version
|
||||
image: ghcr.io/apricote/releaser-pleaser:v0.4.1 # x-releaser-pleaser-version
|
||||
args:
|
||||
- run
|
||||
- --forge=github
|
||||
|
|
|
|||
|
|
@ -24,7 +24,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.4.0 # x-releaser-pleaser-version
|
||||
name: ghcr.io/apricote/releaser-pleaser:v0.4.1 # x-releaser-pleaser-version
|
||||
entrypoint: [""]
|
||||
variables:
|
||||
GITLAB_TOKEN: $[[ inputs.token ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue