diff --git a/.github/workflows/release.yaml b/.github/release.yaml similarity index 60% rename from .github/workflows/release.yaml rename to .github/release.yaml index 2acdd0c..52b47f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/release.yaml @@ -5,10 +5,16 @@ changelog: - major - title: Exciting New Features 🎉 labels: - - minor + - feature - title: Fix Bugs 🐛 labels: - - patch + - fix + - title: Enhancement ✅ + labels: + - enhance + - title: Documentation 📑 + labels: + - doc - title: Other Changes labels: - "*" \ No newline at end of file