Skip to content

Commit e0d6229

Browse files
h-mayorquinzm711
andauthored
Apply suggestions from code review
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
1 parent cc65305 commit e0d6229

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/development/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ How to make a release
406406
Checklist
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

412412
There 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
434434
The 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

0 commit comments

Comments
 (0)