-
All PRs approved to branch develop and then Deleted from remote after approval
-
Update develop locally
git checkout develop && git pull origin develop
2.1. Delete your branch locally
git branch -D BRANCH-DA-PR-FECHADA
- obs: DO NOT USE GIT FLOW TO FINISH/DELETE THE BRANCH!
-
Change to/Create the production workspace
vtex use homologprod --production
-
Release the new version following the semantic version
4.1 To release a version that is not the final one run:
vtex release pre
4.2 To release a version that is the final one (or should be) run:
vtex release <minor/patch> stable
-
Install the new release in the production workspace
vtex install <vendor>.<app-name>@<version> or vtex install
- e.g:
vtex install trinketshop.trinketshop-app@0.0.2
- e.g:
-
QA Phase and register everything within the cms site-editor. Make sure everything is ok and ready to go to production
-
After QA approved, promote the workspace to master
vtex workspace promote
- obs: this will delete the workspace and transfer all the data from CMS/SITE-EDITOR to master enviroment
-
After tested live, deploy the new version
vtex deploy <vendor>.<app-name>@<version>
e.g:
vtex deploy trinketshop.trinketshop-app@0.0.2
-
Be happy
-
-
Save maximianodev/8771e123a1ea24cccb6584c35e06573d to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment