We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d6229 commit fc72bf8Copy full SHA for fc72bf8
1 file changed
doc/development/development.rst
@@ -438,3 +438,11 @@ As a specific example:
438
.. code-block:: bash
439
440
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