mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
parent
b9dd0f986c
commit
0a199e693f
2 changed files with 20 additions and 1 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,5 +1,24 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [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)
|
||||||
|
|
||||||
## [v0.2.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0)
|
## [v0.2.0](https://github.com/apricote/releaser-pleaser/releases/tag/v0.2.0)
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ inputs:
|
||||||
outputs: {}
|
outputs: {}
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: ghcr.io/apricote/releaser-pleaser:v0.2.0 # x-releaser-pleaser-version
|
image: ghcr.io/apricote/releaser-pleaser:v0.3.0 # x-releaser-pleaser-version
|
||||||
args:
|
args:
|
||||||
- run
|
- run
|
||||||
- --forge=github
|
- --forge=github
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue