mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-04-09 02:31:55 -04:00
Add release format for gh
This commit is contained in:
parent
65bb461eac
commit
4eba950492
16
.github/release.yaml
vendored
Normal file
16
.github/release.yaml
vendored
Normal 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
|
||||
@ -19,5 +19,6 @@
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
]
|
||||
],
|
||||
"labels": ["ignore"],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user