Explorar el Código

Fix codename in tag annotation message

Alois Mahdal hace 9 años
padre
commit
42eab359e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh Ver fichero

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