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
     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