helper script

This commit is contained in:
nicolas.dorier
2018-01-13 14:21:42 +09:00
parent 70bf739046
commit 8926971e83

2
publish-stable.ps1 Normal file
View File

@@ -0,0 +1,2 @@
# Dev script for bumping the stable branch
git checkout stable; git rebase master; git push; git checkout master