mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-25 18:55:28 -06:00
After going and adding labels for all of these I found out that 'improvement' should be 'enhancement' and 'bugfix' should be 'bug' but I don't know how to bulk update them (and I can't rename because the desired labels already exist). I'll work that out later, this is good enough for now
27 lines
482 B
YAML
27 lines
482 B
YAML
changelog:
|
|
exclude:
|
|
labels:
|
|
- ignore-for-release
|
|
categories:
|
|
- title: Features ✨
|
|
labels:
|
|
- feature
|
|
- title: Enhancements 🔥
|
|
labels:
|
|
- improvement
|
|
- title: Fixes 🔧
|
|
labels:
|
|
- bugfix
|
|
- title: Maintenance ⚙️
|
|
labels:
|
|
- maintenance
|
|
- title: Docs 📖
|
|
labels:
|
|
- docs
|
|
- title: I18n 🌎
|
|
labels:
|
|
- i18n
|
|
- title: Other Changes
|
|
labels:
|
|
- "*"
|