Browse Source

Fix naming of release and tag (#1605)

Ruslan Ibragimov 3 năm trước cách đây
mục cha
commit
da27d3c844
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/release_drafter.yaml

+ 2 - 2
.github/release_drafter.yaml

@@ -1,5 +1,5 @@
-name-template: 'v$RESOLVED_VERSION'
-tag-template: '$RESOLVED_VERSION'
+name-template: '$RESOLVED_VERSION'
+tag-template: 'v$RESOLVED_VERSION'
 template: |
   ## Changes
   $CHANGES