mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
29 lines
508 B
Smarty
29 lines
508 B
Smarty
---
|
|
|
|
<!-- section-start changelog -->
|
|
{{ .Changelog }}
|
|
<!-- section-end 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)
|