Update dates and versions for 2.7.0 release #572
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Prepare for release of nwb-schema 2.7.0
Target release date: Wednesday, Feb. 7, 2024
Before merging:
Legal.txt
,license.txt
,README.md
,docs/format/source/conf.py
,and any other locations as needed
README.rst
as neededdocs/format/source/conf.py
,core/nwb.namespace.yaml
, andcore/nwb.file.yaml
(remove "-alpha" suffix)
docs/format/source/conf.py
as neededdocs/format/source/format_release_notes.rst
and any other docs asneeded
cd docs/format; make fulldoc
) where the nwb-schema submodule in the local version of PyNWBis fully up-to-date with the head of the dev branch.
https://readthedocs.org/projects/nwb-schema/builds/
After merging:
git tag [version] --sign
, copy and paste therelease notes into the tag message, and run
git push --tags
.click "..." -> "Create release" for the new tag on the right side of the page.
Copy and paste the release notes into the release message, update the formatting if needed (reST to Markdown),
and set the title to the version string.
merged PR. https://readthedocs.org/projects/nwb-schema/builds/
commit.
See https://nwb-schema.readthedocs.io/en/latest/software_process.html for more details.