NeurodataWithoutBorders / nwb-schema

Data format specification schema for the NWB neurophysiology data format
http://nwb-schema.readthedocs.io
Other
53 stars 16 forks source link

Update dates and versions for 2.7.0 release #572

Closed rly closed 9 months ago

rly commented 9 months ago

Prepare for release of nwb-schema 2.7.0 Target release date: Wednesday, Feb. 7, 2024

Before merging:

After merging:

  1. Create a new git tag. Pull the latest master branch locally, run git tag [version] --sign, copy and paste the release notes into the tag message, and run git push --tags.
  2. On the GitHub tags page page, 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.
  3. Check that the readthedocs "latest" and "stable" builds run and succeed. Delete the readthedocs build for the merged PR. https://readthedocs.org/projects/nwb-schema/builds/
  4. Update the nwb-schema submodule in the PyNWB branch corresponding to this schema version to point to the tagged commit.

See https://nwb-schema.readthedocs.io/en/latest/software_process.html for more details.