This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
mirrors
/
wekan
mirror de
https://github.com/wekan/wekan.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Added stable tag release script.
Lauri Ojansivu
há 4 anos atrás
pai
6066be944a
commit
8dfb6916c5
1 ficheiros alterados
com
3 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
3
0
releases/stable-tag.sh
+ 3
- 0
releases/stable-tag.sh
Ver Ficheiro
@@ -0,0 +1,3 @@
+git tag --force stable HEAD
+git push --tags --force
+git push --follow-tags