Deployment & Release #300
frozenhelium
started this conversation in
Show and tell
Replies: 1 comment
-
Also need to add the process for updating tickets to reflect the released/not released status so they can be checked and closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's the process we should follow for the deployment and releases of the GO web app.
develop
branchdevelop
branch locallyyarn version
. Read more about the versioning here.git push
and the tag usinggit push origin <tag>
Version
field in pipeline) is different from the app version. For staging, we use the format1.0.0.XX
GitBranch
for build should bedevelop
andEnvironments
should be- Stage
Additionally, for production release.
develop
andrelease
branch locally.git pull --rebase
for the release branchrelease
branch withdevelop
release
branch--force-with-lease
1.0.1.XX
forVersion
GitBranch
for the build should berelease
Beta Was this translation helpful? Give feedback.
All reactions