This commit is contained in:
Julian Tölle 2024-09-08 19:07:33 +00:00 committed by GitHub
commit ac6700f737
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
# Changelog # Changelog
## [v0.4.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.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) ## [v0.3.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.3.0)
### :sparkles: Highlights ### :sparkles: Highlights

View file

@ -21,7 +21,7 @@ inputs:
outputs: {} outputs: {}
runs: runs:
using: 'docker' using: 'docker'
image: ghcr.io/apricote/releaser-pleaser:v0.3.0 # x-releaser-pleaser-version image: ghcr.io/apricote/releaser-pleaser:v0.4.0 # x-releaser-pleaser-version
args: args:
- run - run
- --forge=github - --forge=github