Skip to content

Commit 747df6a

Browse files
Update release.md to freeze master (#726)
* Update release.md
1 parent dda174f commit 747df6a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/source/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Changelog
77
* Fixes
88
* Changes
99
* Documentation Changes
10+
* Add instructions to freeze `master` on `release.md` :pr:`726`
1011
* Testing Changes
1112

1213

release.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Before starting the release process, verify the following:
77
* The [Read the Docs build](https://readthedocs.com/projects/feature-labs-inc-evalml/builds/) for "latest" is marked as passed.
88
* The [public documentation for the "latest" branch](https://evalml.featurelabs.com/en/latest/) looks correct, and the [changelog](https://evalml.featurelabs.com/en/latest/changelog.html) includes the last change which was made on master.
99
* The [performance tests](https://github.com/FeatureLabs/evalml-performance-tests) have passed on latest master, and the team has reviewed the results.
10+
* Communicate to the team that `master` is frozen until release PR is merged
1011

1112
## 1. Create release PR to update version and changelog
1213
A release PR should have the version number as the title (i.e. "vX.X.X") and the changelog updates as the PR body text. The PR should be based off master.
@@ -19,6 +20,7 @@ Make the following changes in the release PR:
1920
* Move changelog items from `Future Releases` into the correct version number.
2021
* Confirm that all release items are in the changelog under the correct header, and that no extra items are listed.
2122

23+
2224
An example can be found here: https://github.com/FeatureLabs/evalml/pull/163
2325

2426
**Note**: get the PR reviewed and approved before merging. Also, verify again that all tests are currently green on master, that all checkin tests are passing, that the Read the Docs build for the release PR branch has passed and that the resulting docs contain the expected changelog. After merging, verify Read the Docs "latest" is correct.

0 commit comments

Comments
 (0)