Add release format for gh

This commit is contained in:
Zoe Roux 2026-04-08 17:05:12 +02:00
parent 65bb461eac
commit 4eba950492
No known key found for this signature in database
2 changed files with 18 additions and 1 deletions

16
.github/release.yaml vendored Normal file
View File

@ -0,0 +1,16 @@
# Source: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
changelog:
categories:
- title: New Features
labels:
- enhancement
- title: Bug Fixes
labels:
- bug
- title: Misc
labels:
- misc
exclude:
labels:
- ignore

View File

@ -19,5 +19,6 @@
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
],
"labels": ["ignore"],
}