chore: git flow release template

This commit is contained in:
Mo 2022-06-17 09:28:21 -05:00
parent f5c2e6138a
commit daa72cb253
No known key found for this signature in database
GPG Key ID: 034B13B1644297E1

3
scripts/git-flow.sh Normal file
View File

@ -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