diff --git a/publish-stable.ps1 b/publish-stable.ps1 new file mode 100644 index 0000000..5f2a365 --- /dev/null +++ b/publish-stable.ps1 @@ -0,0 +1,2 @@ +# Dev script for bumping the stable branch +git checkout stable; git rebase master; git push; git checkout master \ No newline at end of file