mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-15 22:54:32 +02:00
Create release.yml
This commit is contained in:
21
.github/release.yml
vendored
Normal file
21
.github/release.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# .github/release.yml
|
||||
|
||||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- ignore-for-release
|
||||
categories:
|
||||
- title: Breaking Changes
|
||||
labels:
|
||||
- Semver-Major
|
||||
- breaking-change
|
||||
- title: New Features
|
||||
labels:
|
||||
- Semver-Minor
|
||||
- enhancement
|
||||
- title: Bugfixes
|
||||
labels:
|
||||
- bug
|
||||
- title: Other Changes
|
||||
labels:
|
||||
- "*"
|
Reference in New Issue
Block a user