From 8fd9fb8b8e5f56b79226166f6230f7b19604c713 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:57:47 +0100 Subject: [PATCH] More comming... --- .github/release-drafter.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..fb3f31f --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,17 @@ +name-template: v$NEXT_PATCH_VERSION +tag-template: v$NEXT_PATCH_VERSION +categories: + - title: Added + label: addition + - title: Changed + label: change + - title: 🧰 Maintenance + label: chore + tag-template: - $TITLE (#$NUMBER) @$AUTHOR +template: | + ## Changes + + $CHANGES + + ## Authors + $CONTRIBUTORS