diff --git a/.github/release.yml b/.github/release.yml index 61db1a3..aaa5578 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,19 +1,29 @@ changelog: categories: - title: '🚀 Features' - label: 'enhancement' + labels: + - 'enhancement' - title: '🐛 Bug Fixes' - label: 'bug' + labels: + - 'bug' - title: '📚 Documentation' - label: 'documentation' + labels: + - 'documentation' - title: '🛠️ Refactoring' - label: 'refactor' + labels: + - 'refactor' - title: '🚀 Performance' - label: 'performance' + labels: + - 'performance' - title: '🎨 GUI' - label: 'gui' + labels: + - 'gui' - title: '💻 Backend' - label: 'backend' + labels: + - 'backend' + - title: 'Other Changes' + labels: + - "*" exclude: labels: - 'skip-changelog'