diff --git a/scripts/git-flow.sh b/scripts/git-flow.sh new file mode 100644 index 000000000..6797f5024 --- /dev/null +++ b/scripts/git-flow.sh @@ -0,0 +1,3 @@ +git flow release start @standardnotes/app-monorepo@VERSION +git flow release finish @standardnotes/app-monorepo@VERSION +git push origin main && git push origin develop && git push origin @standardnotes/app-monorepo@VERSION \ No newline at end of file