diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ecafea4..eb5b383 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -19,26 +19,29 @@ autolabeler: title: - "/tests:/i" categories: - - title: ":boom: Breaking Change :boom:" + - title: "💥 Breaking Change 💥" labels: - "breaking-change" - - title: ":zap: Enhancements :zap:" + - title: "⚡ Enhancements ⚡" labels: - "enhancement" - - title: ":sparkles: New Features :sparkles:" + - title: "✨ New Features ✨" labels: - "feature" - - title: ":bug: Bug Fixes :bug:" + - title: "🐛 Bug Fixes 🐛" labels: - "fix" - "bugfix" - "bug" - - title: ":wrench: Maintenance :wrench:" + - title: "🔧 Maintenance 🔧" labels: - "chore" - - title: ":mortar_board: Code Quality :mortar_board:" + - title: "🎓 Code Quality 🎓" labels: - "code-quality" + - title: "🔩 Dependency 🔩" + labels: + - "dependencies" template: | [![Downloads for this release](https://img.shields.io/github/downloads/firstof9/ha-openei/$RESOLVED_VERSION/total.svg)](https://github.com/firstof9/ha-openei/releases/$RESOLVED_VERSION)