Browse Source

Fix codename in tag annotation message

Alois Mahdal 8 years ago
parent
commit
42eab359e4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh View File

@@ -99,7 +99,7 @@ _release() {
99 99
     set -e
100 100
     debug_var newtag
101 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 104
     reldst=$(ini 1value project:reldst)
105 105
     debug_var reldst