This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
mirrors
/
wekan
mirror de
https://github.com/wekan/wekan.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Added stable tag release script.
Lauri Ojansivu
4 anos atrás
pai
6066be944a
commit
8dfb6916c5
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
3
0
releases/stable-tag.sh
+ 3
- 0
releases/stable-tag.sh
Ver arquivo
@@ -0,0 +1,3 @@
+git tag --force stable HEAD
+git push --tags --force
+git push --follow-tags