diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000..7184dfc --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,22 @@ +categories: + - title: "Breaking Changes" + labels: + - "breaking change" + - title: "Features" + labels: + - "enhancement" + - title: "Bug Fixes" + labels: + - "bug" + - title: "Maintenance" + labels: + - "ci/cd" + - "dependencies" + - "documentation" + - "maintenance" + - "tooling" +change-template: "- $TITLE (#$NUMBER)" +name-template: "$NEXT_PATCH_VERSION" +tag-template: "$NEXT_PATCH_VERSION" +template: | + $CHANGES