diff --git a/.github/labeler.yml b/.github/labeler.yml index 95020e4..30c8876 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -25,6 +25,14 @@ labels: title: "(?i).*improve.*" - label: "enhancement" branch: "(?i).*improve.*" + - label: "documentation" + title: "(?i).*document.*" + - label: "documentation" + branch: "(?i).*document.*" + - label: "documentation" + title: "(?i).*readme.*" + - label: "documentation" + branch: "(?i).*readme.*" - label: "code-quality" title: "(?i).*lint.*" - label: "code-quality" diff --git a/.github/release.yml b/.github/release.yml index 60cadc3..c10e6c8 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -4,27 +4,32 @@ changelog: - ignore-for-release - dependencies categories: - - title: "💥 Breaking Change 💥" + - title: "💥 Breaking Changes" labels: - Semver-Major - breaking-change - - title: "🎉 Enhancements & New Features 🎉" + - title: "✨ New Features" + labels: + - feature + - title: "🚀 Enhancements" labels: - Semver-Minor - enhancement - - feature - - title: "🐛 Bug Fixes 🐛" + - title: "🐛 Bug Fixes" labels: - fix - bugfix - bug - - title: "🎓 Code Quality 🎓" + - title: "📚 Documentation" + labels: + - documentation + - title: "🎓 Code Quality" labels: - code-quality - - title: "🔧 Maintenance 🔧" + - title: "🧰 Maintenance" labels: - chore - github_actions - - title: Other Changes + - title: "Other Changes" labels: - "*"