diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..98cc134 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,22 @@ +name-template: "v$NEXT_PATCH_VERSION 🌈" +tag-template: "v$NEXT_PATCH_VERSION" +categories: + - title: "🚀 Features" + label: "feature" + - title: "🐛 Bug Fixes" + label: "bugfix" +change-template: "- $TITLE @$AUTHOR (#$NUMBER)" +version-resolver: + major: + labels: + - "major" + minor: + labels: + - "minor" + patch: + labels: + - "patch" +template: | + ## Changes + + $CHANGES diff --git a/README.md b/README.md index 6445559..8b19e15 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Unlike other utilities that merely hide the taskbar, this package toggles it, en Here's how other solutions stack up: - Package A: Only hides the taskbar, causing issues with ... -- Package B: ... +- Package B: .... ## Installation