From aae7d78ce05432556ff106e1df2bd065dc5c003f Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 11 Jul 2023 09:35:04 -0700 Subject: [PATCH] Update make_a_release.rst (#1720) * Update make_a_release.rst * Update CHANGELOG.md * Update make_a_release.rst --------- Co-authored-by: Ryan Ly --- CHANGELOG.md | 5 +++++ docs/source/make_a_release.rst | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007d4f775..b4d474a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # PyNWB Changelog +## PyNWB 2.4.0 (Upcoming) + +### Enhancements and minor changes +- Update links for making a release. @mavaylon1 [#1720](https://github.com/NeurodataWithoutBorders/pynwb/pull/1720) + ## PyNWB 2.3.3 (June 26, 2023) ### Enhancements and minor changes diff --git a/docs/source/make_a_release.rst b/docs/source/make_a_release.rst index 7d3a5bc64..f88b627ea 100644 --- a/docs/source/make_a_release.rst +++ b/docs/source/make_a_release.rst @@ -220,8 +220,8 @@ In order to release a new version on conda-forge manually, follow the steps belo 6. Modify ``meta.yaml``. - Update the `version string `_ and - `sha256 `_. + Update the `version string (line 2) `_ and + `sha256 (line 3) `_. We have to modify the sha and the version string in the ``meta.yaml`` file.