浏览代码

Fix naming of release and tag (#1605)

Ruslan Ibragimov 3 年之前
父节点
当前提交
da27d3c844
共有 1 个文件被更改,包括 2 次插入2 次删除
  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