Skip to content

Commit fc72bf8

Browse files
committed
update release notes
1 parent e0d6229 commit fc72bf8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/development/development.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,3 +438,11 @@ As a specific example:
438438
.. code-block:: bash
439439
440440
bash auto-release-notes.sh 2025-02-19 2025-03-24
441+
442+
* Finish the release notes and merge
443+
* Locally tag the main branch with the newly merged release notes with the new version
444+
* Push the tag to the remote repository which will trigger the release action (.github/workflows/publish-to-pypi.yml)
445+
* Do an after-release PR:
446+
- Uncomment the git installs in pyproject
447+
- Modify `DEV_MODE` in the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``)
448+
- Update `pyproject.toml` version one patch ahead or one minor if it is larger one.

0 commit comments

Comments
 (0)