mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-25 08:32:27 -04:00
Add release format for gh
This commit is contained in:
@@ -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
|
||||
+2
-1
@@ -19,5 +19,6 @@
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
]
|
||||
],
|
||||
"labels": ["ignore"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user