- wait-for-done is a handy script for periodically checking Maven for the release - release-notes-sections is handy for working with Spring Boot Changelog
18 lines
444 B
YAML
18 lines
444 B
YAML
changelog:
|
|
issues:
|
|
exclude:
|
|
labels: ["duplicate", "invalid", "declined"]
|
|
sections:
|
|
- title: "New Features"
|
|
emoji: ":star:"
|
|
labels: ["enhancement"]
|
|
- title: "Bug Fixes"
|
|
emoji: ":beetle:"
|
|
labels: ["bug", "regression"]
|
|
- title: "Dependency Upgrades"
|
|
emoji: ":hammer:"
|
|
labels: ["dependency-upgrade"]
|
|
- title: "Non-passive"
|
|
emoji: ":rewind:"
|
|
labels: ["breaks-passivity"]
|