This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
mirrors
/
wekan
kopia lustrzana
https://github.com/wekan/wekan.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Added stable tag release script.
Lauri Ojansivu
4 lat temu
rodzic
6066be944a
commit
8dfb6916c5
1 zmienionych plików
z
3 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
3
0
releases/stable-tag.sh
+ 3
- 0
releases/stable-tag.sh
Wyświetl plik
@@ -0,0 +1,3 @@
+git tag --force stable HEAD
+git push --tags --force
+git push --follow-tags