Explorar el Código

Fix codename in tag annotation message

Alois Mahdal hace 8 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,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