mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 10:17:02 +00:00
feat(releasepr): release PRs can be updated
- PR Description - Read prefix+suffix from PR description and put into changelog - Keep those overrides on PR description changes - Add pending level to new PRs
This commit is contained in:
parent
cb529f4760
commit
fe871a0213
17 changed files with 1442 additions and 22 deletions
25
releasepr.md.tpl
Normal file
25
releasepr.md.tpl
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{{ .Changelog }}
|
||||
|
||||
---
|
||||
|
||||
## releaser-pleaser Instructions
|
||||
{{ if .Overrides }}
|
||||
{{- .Overrides -}}
|
||||
{{- else }}
|
||||
<!-- section-start overrides -->
|
||||
> If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs.
|
||||
|
||||
### Prefix
|
||||
|
||||
```rp-prefix
|
||||
```
|
||||
|
||||
### Suffix
|
||||
|
||||
```rp-suffix
|
||||
```
|
||||
|
||||
<!-- section-end overrides -->
|
||||
|
||||
{{ end }}
|
||||
#### PR by [releaser-pleaser](https://github.com/apricote/releaser-pleaser)
|
||||
Loading…
Add table
Add a link
Reference in a new issue