diff --git a/.github/release-drafter_extension.yml b/.github/release-drafter_extension.yml index 2e4b7f4..a0e82d9 100644 --- a/.github/release-drafter_extension.yml +++ b/.github/release-drafter_extension.yml @@ -1,8 +1,11 @@ -name-template: "Release $NEXT_PATCH_VERSION" -tag-template: "v$NEXT_PATCH_VERSION" +name-template: "Release $COMPLETE" +tag-template: "v$COMPLETE" exclude: pulls: true +exclude-labels: + - prod-merge + - stage-merge categories: - title: "Features" @@ -12,10 +15,10 @@ categories: - title: "Maintenance" labels: ["chore", "refactor"] -change-template: "- $TITLE ([#$NUMBER]($URL))" +change-template: "- $TITLE [#$NUMBER]" template: | - # Release $NEXT_PATCH_VERSION + # Release $COMPLETE ## Changes