2024-08-06 00:11:38 +02:00
# Changelog
2024-09-15 21:00:06 +02:00
## [v0.4.0-beta.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.4.0-beta.1)
### Features
- add shell to container image (#59 )
- **gitlab**: add CI/CD component (#55 )
### Bug Fixes
- multiple extra-files are not evaluated properly (#61 )
2024-09-15 17:18:24 +02:00
## [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 )
2024-09-06 23:46:04 +02:00
## [v0.3.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.3.0)
### :sparkles: Highlights
#### Cleaner pre-release Release Notes
From now on if you create multiple pre-releases in a row, the release notes will only include changes since the last pre-release. Once you decide to create a stable release, the release notes will be in comparison to the last stable release.
#### Edit pull request after merging.
You can now edit the message for a pull request after merging by adding a \```rp-commits code block into the pull request body. Learn more in the [Release Notes Guide ](https://apricote.github.io/releaser-pleaser/guides/release-notes.html#editing-the-release-notes ).
### Features
- less repetitive entries for prerelease changelogs #37
- format markdown in changelog entry (#41 )
- edit commit message after merging through PR (#43 )
- **cli**: show release PR url in log messages (#44 )
2024-08-25 23:01:48 +02:00
## [v0.2.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0)
2024-09-21 13:18:31 +02:00
2024-08-25 23:01:48 +02:00
### Features
- update version references in any files (#14 )
- **cli**: add --version flag (#29 )
### Bug Fixes
- **ci**: building release image fails (#21 )
- **ci**: ko pipeline permissions (#23 )
- **action**: invalid quoting for extra-files arg (#25 )
2024-08-24 15:27:27 +02:00
## [v0.2.0-beta.2](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.2)
2024-09-21 13:18:31 +02:00
2024-08-24 15:27:27 +02:00
### Features
- update version references in any files (#14 )
### Bug Fixes
- **ci**: building release image fails (#21 )
- **ci**: ko pipeline permissions (#23 )
2024-08-24 15:15:18 +02:00
## [v0.2.0-beta.1](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.1)
2024-09-21 13:18:31 +02:00
2024-08-24 15:15:18 +02:00
### Features
- update version references in any files (#14 )
### Bug Fixes
- **ci**: building release image fails (#21 )
2024-08-24 15:06:59 +02:00
## [v0.2.0-beta.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0-beta.0)
2024-09-21 13:18:31 +02:00
2024-08-24 15:06:59 +02:00
### Features
- update version references in any files (#14 )
2024-08-06 00:11:38 +02:00
## [v0.1.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.1.0)
2024-09-21 13:18:31 +02:00
### This is the first release ever, so it also includes a lot of other functionality.
2024-08-06 00:11:38 +02:00
### Features
- add github action (#1 )