diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 3969ec58..00000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,23 +0,0 @@ -categories: - - title: 'Features' - label: 'feat' - - title: 'Fixes' - label: 'fix' - - title: 'Documentation' - label: 'docs' - - title: 'Maintenance' - labels: - - 'chore' - - 'ci' - - 'cleanup' - - 'perf' - - 'refactor' - - 'style' - - 'test' - -template: | - ## Contributors - $CONTRIBUTORS - ## What's Changed - $CHANGES - diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 00000000..eae144f4 --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,21 @@ +changelog: + categories: + - title: '🚀 Features' + labels: + - 'feat' + - title: '🔧 Fixes' + labels: + - 'fix' + - title: '📄 Documentation' + labels: + - 'docs' + - title: '⚙️ Maintenance' + labels: + - 'chore' + - 'ci' + - 'perf' + - 'test' + - 'build' + - title: 'Others' + labels: + - "*"