File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ How to make a release
406406Checklist
407407^^^^^^^^^
408408* pyproject.toml: check that the version is ahead of current release. Also, comment out the @ (git dependencies)
409- * In the top level ``__init__ `` (located on ``src/spikeinterface/__init__.py ``) uncomment ``DEV_MODE `` (this is used for the docker installations)
409+ * In the top level ``__init__ `` (located at ``src/spikeinterface/__init__.py ``) uncomment ``DEV_MODE `` (this is used for the docker installations)
410410* Create a new release note for the appropriate version on doc/releases/new_version_tag.
411411
412412There can be large releases like:
@@ -434,7 +434,7 @@ Where the start date is the date of the last release and the end date is the cur
434434The date of the last release can be found on `PyPI <https://pypi.org/project/spikeinterface/ >`_.
435435
436436
437- As an specific example:
437+ As a specific example:
438438.. code-block :: bash
439439
440440 bash auto-release-notes.sh 2025-02-19 2025-03-24
You can’t perform that action at this time.
0 commit comments