mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-25 16:42:32 +01:00
26 lines
594 B
YAML
26 lines
594 B
YAML
# Configure how the release notes are generated for GitHub releases
|
|
|
|
changelog:
|
|
# List of authors (like bots) and labels to exclude from pull requests
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
categories:
|
|
- title: 🛠 Breaking Changes
|
|
labels:
|
|
- Semver-Major
|
|
- breaking-change
|
|
- title: 🎉 Exciting New Features
|
|
labels:
|
|
- Semver-Minor
|
|
- enhancement
|
|
- title: 🐞 Bugfixes
|
|
labels:
|
|
- bug
|
|
- title: 👒 Dependencies
|
|
labels:
|
|
- dependencies
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|