Skip to content
Snippets Groups Projects
Unverified Commit eb48ac50 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Added warning to skip making a release of an RC (#46)

parent 5ebb1ede
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,10 @@ In this step, we will prepare the local repository to build from, as well as upd ...@@ -111,6 +111,10 @@ In this step, we will prepare the local repository to build from, as well as upd
### Part E: Make Github Release ### Part E: Make Github Release
!!! Warning "Do Not Make a Release for RCs"
**Skip this step for Release Candidates (RCs).** Only pull a release if it's a full release (i.e. NOT an RC). RCs should instead be in their own branch until ready for full release.
* Draft a new github release. * Draft a new github release.
* Tag the release. * Tag the release.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment