1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-15 11:56:37 +02:00

Add release config for generating release notes (#2793)

This commit is contained in:
Jesse Duffield 2023-07-19 23:38:04 +10:00 committed by GitHub
commit 72de4f436e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
.github/release.yml vendored Normal file
View 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:
- "*"