-
After cloning the repository, checkout
master
branchgit checkout master
-
Ensure you have the latest version of code
git pull
-
Update the Changelog by replacing
Unreleased
with1.0.1 (YYYY-MM-DD)
-
Push changes to the
master
branchgit add -A git commit -m "[RELEASE] 1.0.1" git push
-
Follow the steps below for Travis CI or Manual Deployments
-
Commit to the
master
branch (or merge a Merge Request into themaster
branch) to trigger the build process for the Test environment -
Once Test can be promoted to Production, create a Production Git Tag to trigger the build and deployment process for the Production environment e.g.
1.0.1
Coming soon...