Skip to content

Commit

Permalink
chore(main): release v0.4.1 (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: releaser-pleaser <>
  • Loading branch information
apricote authored Oct 17, 2024
1 parent 3caa736 commit 1883466
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]]
Expand Down

0 comments on commit 1883466

Please sign in to comment.