diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..925137c --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,55 @@ +name-template: v$RESOLVED_VERSION ️⚡️ +tag-template: v$RESOLVED_VERSION +exclude-contributors: + - github-actions[bot] + - github-actions + - dependabot[bot] + - dependabot +categories: + - title: ❗️ Breaking Changes + labels: + - breaking + - title: 🚀 Features + labels: + - feature + - enhancement + - title: 🐛 Bug Fixes + labels: + - fix + - bug + - title: 🧰 Maintenance + label: + - chore + - dependencies +change-template: "- $TITLE @$AUTHOR (#$NUMBER)" +change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. +version-resolver: + major: + labels: + - major + - breaking + minor: + labels: + - minor + - feature + - enhancement + patch: + labels: + - patch + - dependencies + default: patch +template: | + ## What's Changed + + $CHANGES + + ## ⭐️ Contributors + + $CONTRIBUTORS + + ## Sponsorship + + If you like this project, please consider supporting me: + + - ☕️ [Buy Me A Coffee](https://buymeacoffee.com/jurkash) + - 🤝 [Support on Patreon](https://patreon.com/jurkash) diff --git a/README.md b/README.md index c163303..865cf43 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![HA LOE Outages Logo](./icons/logo.svg) -# ⚡️ HA LOE Outages +# 🔌 HA LOE Outages [![GitHub Release][gh-release-image]][gh-release-url] [![GitHub Downloads][gh-downloads-image]][gh-downloads-url] @@ -10,6 +10,8 @@ [![Buy Me A Coffee][buymeacoffee-image]][buymeacoffee-url] [![Twitter][twitter-image]][twitter-url] +Inspired by [ha-yasno-outages](https://github.com/denysdovhan/ha-yasno-outages) + > A Home Assistant integration for monitoring electricity outage schedules by [LOE][loe]. This integration for [Home Assistant][home-assistant] offers real-time information on planned electricity outages by [LOE][loe]. It includes a calendar of planned outages, time sensors for the next scheduled outages, and more. @@ -22,7 +24,6 @@ Your support helps maintain and develop projects like this one. Show your love a - ☕️ [Buy Me A Coffee][buymeacoffee-url] - 🤝 [Support on Patreon][patreon-url] -- 💖 [Sponsor on GitHub][gh-sponsors-url] ## Installation