Files
atlantis/.github/release.yml
2023-06-09 20:53:51 -05:00

24 lines
438 B
YAML

changelog:
exclude:
labels:
- ignore-for-release
- docs
authors:
- octocat
categories:
- title: Breaking Changes 🛠
labels:
- Semver-Major
- breaking-change
- title: Exciting New Features 🎉
labels:
- Semver-Minor
- enhancement
- feature
- title: Bug fixes
labels:
- bug
- title: Other Changes
labels:
- "*"