Skip to content

Commit

Permalink
chore(main): release v0.4.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: releaser-pleaser <>
  • Loading branch information
apricote authored Sep 25, 2024
1 parent 89dc9e3 commit 4cc45ea
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v0.4.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.0)

### ✨ Highlights

#### GitLab Support

You can now use `releaser-pleaser` with projects hosted on GitLab.com and self-managed GitLab installations. Check out the new [tutorial](https://apricote.github.io/releaser-pleaser/tutorials/gitlab.html) to get started.

### Features

- add support for GitLab repositories (#49)
- add shell to container image (#59)
- **gitlab**: add CI/CD component (#55)
- **changelog**: omit version heading in forge release notes
- **gitlab**: support self-managed instances (#75)

### Bug Fixes

- **parser**: continue on unparsable commit message (#48)
- **cli**: command name in help output (#52)
- **parser**: invalid handling of empty lines (#53)
- multiple extra-files are not evaluated properly (#61)

## [v0.4.0-beta.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.0-beta.1)

### Features
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-beta.1 # x-releaser-pleaser-version
image: ghcr.io/apricote/releaser-pleaser:v0.4.0 # 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-beta.1 # x-releaser-pleaser-version
name: ghcr.io/apricote/releaser-pleaser:v0.4.0 # x-releaser-pleaser-version
entrypoint: [""]
variables:
GITLAB_TOKEN: $[[ inputs.token ]]
Expand Down

0 comments on commit 4cc45ea

Please sign in to comment.