mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
[CI-SKIP] Add GitHub changelog configuration
This commit is contained in:
25
.github/release.yml
vendored
Normal file
25
.github/release.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# 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:
|
||||||
|
- "*"
|
Reference in New Issue
Block a user