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