1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

add release info

This commit is contained in:
Jason N. 2024-02-26 12:15:05 -05:00
parent c7c714cdc5
commit df93ae631b
3 changed files with 53 additions and 2 deletions

17
.github/release.yml vendored Normal file
View file

@ -0,0 +1,17 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: "Breaking Changes :boom:"
labels:
- breaking-change
- title: "New Features :sparkles:"
labels:
- enhancement
- title: "Bug Fixes :bug:"
labels:
- bug
- title: Other Changes
labels:
- "*"