Skip to content

Commit

Permalink
chore(main): release v0.4.0-beta.0 (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: releaser-pleaser <>
  • Loading branch information
apricote authored Sep 15, 2024
1 parent ee83cec commit 84d4dd9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

### Features

- add support for GitLab repositories (#49)

### Bug Fixes

- **parser**: continue on unparsable commit message (#48)
- **cli**: command name in help output (#52)
- **parser**: invalid handling of empty lines (#53)

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

### :sparkles: 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.3.0 # x-releaser-pleaser-version
image: ghcr.io/apricote/releaser-pleaser:v0.4.0-beta.0 # x-releaser-pleaser-version
args:
- run
- --forge=github
Expand Down

0 comments on commit 84d4dd9

Please sign in to comment.