diff --git a/Release_Protocol.md b/Release_Protocol.md index 450286d703..2d99874f72 100644 --- a/Release_Protocol.md +++ b/Release_Protocol.md @@ -6,7 +6,7 @@ When a release pull request is ready to be opened, please follow this procedure. Please make sure your fork is the most up to date version -### 2. Change 'Unreleased' to the version number in the src/CHANGES.md file. One may commit this to their fork. +### 2. Change 'Unreleased' to the version number and change the path to the versioned readthedocs rendering in the src/CHANGES.md file. One may commit this to their fork. This process is figured below ![Unreleased-to-Version](release_images/Unreleased-to-Version.png "Unreleased-to-Version") @@ -15,7 +15,7 @@ Important note: The pull request title **needs** to follow this protocol. REL: v ### This will open a period of discussion for 5 business days regarding if we are ready to release. This will also freeze all pull request merging. -If we determine we are ready to release, please have the PR submitter add an additional commit with the date in year-month-date format in parentheses after the version of the date of merging (not opening) (i.e. it should read 1.1.2 (2018-12-28)) and merge this PR. This will mark a new release. On the same day, please also do a github release. To do this please see below. +If we determine we are ready to release, please have the PR submitter add an additional commit with the date in year-month-date format in parentheses after the version of the date of merging (not opening) (i.e. it should read v1.1.2 (2018-12-28)) and merge this PR. This will mark a new release. On the same day, please also do a github release. To do this please see below. ![GH-release-1](release_images/GH-release_1.png "GH-release-1") diff --git a/release_images/GH-release_3.png b/release_images/GH-release_3.png index 2bf7ba8a66..c4823c2ca8 100644 Binary files a/release_images/GH-release_3.png and b/release_images/GH-release_3.png differ diff --git a/release_images/Unreleased-to-Version.png b/release_images/Unreleased-to-Version.png index 49981ce5fd..74bf6fb9d2 100644 Binary files a/release_images/Unreleased-to-Version.png and b/release_images/Unreleased-to-Version.png differ