From 8926971e8342030995c682c89fad9a90a0a2eca4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 13 Jan 2018 14:21:42 +0900 Subject: [PATCH] helper script --- publish-stable.ps1 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 publish-stable.ps1 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