diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c38d350..f8e1321 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,6 +1,6 @@ --- -name-template: "$RESOLVED_VERSION" -tag-template: "$RESOLVED_VERSION" +name-template: "v$RESOLVED_VERSION" +tag-template: "v$RESOLVED_VERSION" change-template: '- $TITLE (#$NUMBER) @$AUTHOR' categories: - title: Major Changes