mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix: github release notes not working (#884)
so apparently you can't mix stuff like `labels` and `label` in YAML (f YAML) if i try to create a release now (yes i can), it just won't generate the notes. this will fix it
This commit is contained in:
parent
663992b15d
commit
c7d7cd3891
30
.github/release.yml
vendored
30
.github/release.yml
vendored
|
@ -1,23 +1,35 @@
|
||||||
changelog:
|
changelog:
|
||||||
categories:
|
categories:
|
||||||
- title: '🚀 Features'
|
- title: '🚀 Features'
|
||||||
label: 'enhancement'
|
labels:
|
||||||
|
- 'enhancement'
|
||||||
- title: '🐛 Bug Fixes'
|
- title: '🐛 Bug Fixes'
|
||||||
label: 'bug'
|
labels:
|
||||||
|
- 'bug'
|
||||||
- title: '⚙️ Refactoring'
|
- title: '⚙️ Refactoring'
|
||||||
label: 'refactor'
|
labels:
|
||||||
|
- 'refactor'
|
||||||
- title: '🧩 UI/UX'
|
- title: '🧩 UI/UX'
|
||||||
label: 'UI/UX'
|
labels:
|
||||||
|
- 'UI/UX'
|
||||||
- title: '📚 Documentation'
|
- title: '📚 Documentation'
|
||||||
label: 'documentation'
|
labels:
|
||||||
|
- 'documentation'
|
||||||
- title: '🔒 Security'
|
- title: '🔒 Security'
|
||||||
label: 'security'
|
labels:
|
||||||
|
- 'security'
|
||||||
- title: '🧰 GitHub Actions'
|
- title: '🧰 GitHub Actions'
|
||||||
label: 'github_actions'
|
labels:
|
||||||
|
- 'github_actions'
|
||||||
- title: '🦀 Rust'
|
- title: '🦀 Rust'
|
||||||
label: 'rust'
|
labels:
|
||||||
|
- 'rust'
|
||||||
- title: '📃 Scripting'
|
- title: '📃 Scripting'
|
||||||
label: 'script'
|
labels:
|
||||||
|
- 'script'
|
||||||
|
- title: 'Other Changes'
|
||||||
|
labels:
|
||||||
|
- "*"
|
||||||
exclude:
|
exclude:
|
||||||
labels:
|
labels:
|
||||||
- 'skip-changelog'
|
- 'skip-changelog'
|
Loading…
Reference in New Issue
Block a user