mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
chore(main): release v0.4.0-beta.0 (#50)
Co-authored-by: releaser-pleaser <>
This commit is contained in:
parent
ee83cec049
commit
84d4dd9d26
2 changed files with 13 additions and 1 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue