pages/.github/release.yml
Maruan c8d28df4bc
Create .github/release.yml
Adds a template for automatic generation of release notes
2023-10-01 21:42:43 -04:00

15 lines
281 B
YAML

changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: new features 🚀
labels:
- enhancement
- title: bug fixes and improvements ✨
labels:
- bug-fix
- title: other changes 🛠️
labels:
- "*"