mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
25 lines
456 B
YAML
25 lines
456 B
YAML
|
# release.yml
|
||
|
|
||
|
changelog:
|
||
|
exclude:
|
||
|
labels:
|
||
|
- ignore-for-release
|
||
|
authors:
|
||
|
- github-actions
|
||
|
categories:
|
||
|
- title: Breaking Changes 🛠
|
||
|
labels:
|
||
|
- Semver-Major
|
||
|
- breaking-change
|
||
|
- title: Exciting New Features 🎉
|
||
|
labels:
|
||
|
- Semver-Minor
|
||
|
- enhancement
|
||
|
- added
|
||
|
- title: Fixes
|
||
|
labels:
|
||
|
- fix
|
||
|
- fixed
|
||
|
- title: Other Changes
|
||
|
labels:
|
||
|
- "*"
|