mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
c7d7cd3891
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
36 lines
717 B
YAML
36 lines
717 B
YAML
changelog:
|
|
categories:
|
|
- title: '🚀 Features'
|
|
labels:
|
|
- 'enhancement'
|
|
- title: '🐛 Bug Fixes'
|
|
labels:
|
|
- 'bug'
|
|
- title: '⚙️ Refactoring'
|
|
labels:
|
|
- 'refactor'
|
|
- title: '🧩 UI/UX'
|
|
labels:
|
|
- 'UI/UX'
|
|
- title: '📚 Documentation'
|
|
labels:
|
|
- 'documentation'
|
|
- title: '🔒 Security'
|
|
labels:
|
|
- 'security'
|
|
- title: '🧰 GitHub Actions'
|
|
labels:
|
|
- 'github_actions'
|
|
- title: '🦀 Rust'
|
|
labels:
|
|
- 'rust'
|
|
- title: '📃 Scripting'
|
|
labels:
|
|
- 'script'
|
|
- title: 'Other Changes'
|
|
labels:
|
|
- "*"
|
|
exclude:
|
|
labels:
|
|
- 'skip-changelog'
|