diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index e9e2e29..29667ff 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ --- name-template: "v$RESOLVED_VERSION" -tag-template: "v$RESOLVED_VERSION" +tag-template: "$RESOLVED_VERSION" change-template: "- #$NUMBER $TITLE @$AUTHOR" sort-direction: ascending