diff --git a/.github/release.yml b/.github/release.yml index 707c54b..7f511ba 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -2,18 +2,26 @@ changelog: exclude: labels: - ignore-for-release - authors: - - octocat categories: - - title: Breaking Changes 🛠 + - title: Breaking Changes 💥 labels: - breaking - - title: Exciting New Features 🎉 + - title: New Features ✨ labels: - feature - - title: Fixes 🔧 + - title: Improvements 🚀 labels: - - fix - - title: Other Changes + - docs + - style + - refactor + - perf + - test + - title: Fixes 🐛 labels: - - "*" + - fix + - title: Maintenance 🔧 + label: + - build + - ci + - chore + - revert