This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mirrors
/
wekan
espejo de
https://github.com/wekan/wekan.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Added stable tag release script.
Lauri Ojansivu
hace 4 años
padre
6066be944a
commit
8dfb6916c5
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
releases/stable-tag.sh
+ 3
- 0
releases/stable-tag.sh
Ver fichero
@@ -0,0 +1,3 @@
+git tag --force stable HEAD
+git push --tags --force
+git push --follow-tags