The contents of this PR add documentation and instruction on how to create and manage production releases. It is expected that future planned release will create a new Release issue and follow the instructions.
Separately, the following were also done to enable production releases:
Added a master branch
Set master as the production branch in the Netlify settings for this site
Moved develop to and "additional" deployment site in the Netlify settings
Followed the instructions in the release template to cut an initial release at 0.1.0
Visit the two URLs listed above and verify they match the features in each respective branch (the branches may be equivalent when viewing, since I just cut a release prior to opening this PR)
Review the release instructions and ensure they make sense
Overview
The contents of this PR add documentation and instruction on how to create and manage production releases. It is expected that future planned release will create a new
Release
issue and follow the instructions.Separately, the following were also done to enable production releases:
master
branchmaster
as the production branch in the Netlify settings for this sitedevelop
to and "additional" deployment site in the Netlify settingsGoing forward, merging into
develop
should deploy to https://develop--gender-survey-dashboard.netlify.app/ and cutting a release (which mergesdevelop
->master
) should deploy to https://gender-survey-dashboard.netlify.app/. PR deploy previews should continue to function as-is.Connects #42
Testing Instructions