Skip to content

Commit

Permalink
Update release.md with new instructions (#1963)
Browse files Browse the repository at this point in the history
* update release.md with new instructions

* update release notes
  • Loading branch information
thehomebrewnerd authored Mar 15, 2022
1 parent 20ada5a commit e737d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Future Release
* Update minimum nlp_primitives requirement for docs (:pr:`1925`)
* Add GitHub URL for PyPi (:pr:`1928`)
* Add backport release support (:pr:`1932`)
* Update instructions in ``release.md`` (:pr:`1963`)
* Testing Changes
* Update test cases to cover __main__.py file (:pr:`1927`)
* Upgrade moto requirement (:pr:`1929`, :pr:`1938`)
Expand Down
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. Branch off of featuretools main. For the branch name, please use "release_vX.Y.Z" as the naming scheme (e.g. "release_v0.13.3"). Doing so will bypass our release notes checkin test which requires all other PRs to add a release note entry.

#### Bump version number
2. Bump version number in `setup.py`, `featuretools/version.py`, and `featuretools/tests/test_version.py`.
2. Bump version number in `featuretools/version.py` and `featuretools/tests/test_version.py`.

#### Update release notes
1. Replace "Future Release" in `docs/source/release_notes.rst` with the current date, making sure the heading is fully underlined with `=` characters.
Expand Down

0 comments on commit e737d42

Please sign in to comment.