-
Notifications
You must be signed in to change notification settings - Fork 755
Production Deployment
Julia Nguyen edited this page Oct 3, 2018
·
18 revisions
Once you merge to master, your changes are not automatically deployed to production. This used to be the case but we changed this because it was costly and inefficient. Using tags also helps us maintain release notes!
Master is only deployed to production when a git tag is created.
We recommend creating a tag this way via the terminal:
git tag -a v[X.X.X] -m [Message here]
You can also use GitHub Releases.
We follow Semver conventions for verisoning.