From daa72cb253a887034e30e6d8ca9b652cdc857fb7 Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 17 Jun 2022 09:28:21 -0500 Subject: [PATCH] chore: git flow release template --- scripts/git-flow.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/git-flow.sh 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