mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-12-09 07:19:11 +00:00
Create release.yml
This commit is contained in:
parent
d651dea1ff
commit
480ed3dca2
1 changed files with 21 additions and 0 deletions
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:
|
||||
- "*"
|
||||
Loading…
Reference in a new issue