浏览代码

Fix codename in tag annotation message

Alois Mahdal 9 年前
父节点
当前提交
42eab359e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh 查看文件

99
     set -e
99
     set -e
100
     debug_var newtag
100
     debug_var newtag
101
     $MKIT_DRY && return
101
     $MKIT_DRY && return
102
-    git tag -m "$(ini 1value project:name) $newtag - $CODENAME" "$newtag"
102
+    git tag -m "$(ini 1value project:name) $newtag - $(ini 1value project:codename)" "$newtag"
103
 
103
 
104
     reldst=$(ini 1value project:reldst)
104
     reldst=$(ini 1value project:reldst)
105
     debug_var reldst
105
     debug_var reldst