From 2eaef4077aef56f69b6e92f94ffee6a5b9e8d61b Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 11 Jul 2023 09:28:01 -0700 Subject: [PATCH 1/3] Update make_a_release.rst --- docs/source/make_a_release.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/make_a_release.rst b/docs/source/make_a_release.rst index 7d3a5bc64..83a830ddb 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 `_ and + `sha256 `_. We have to modify the sha and the version string in the ``meta.yaml`` file. From 063e822172b33a9a4dd53182819c000575aa9d9d Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 11 Jul 2023 09:33:14 -0700 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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 From 84fe633df380bb4aa2d49d55ca23fea1602c5e1b Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 11 Jul 2023 09:33:54 -0700 Subject: [PATCH 3/3] Update make_a_release.rst --- docs/source/make_a_release.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/make_a_release.rst b/docs/source/make_a_release.rst index 83a830ddb..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.