mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-08 22:36:49 +02:00
Add release config for generating release notes (#2793)
This commit is contained in:
26
.github/release.yml
vendored
Normal file
26
.github/release.yml
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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:
|
||||||
|
- "*"
|
Reference in New Issue
Block a user