Skip to content

Commit 06e0814

Browse files
authored
Apply suggestions from code review
1 parent e9b9760 commit 06e0814

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 at ``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``) set ``DEV_MODE`` to ``False`` (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:
@@ -444,5 +444,5 @@ As a specific example:
444444
* Push the tag to the remote repository which will trigger the release action (.github/workflows/publish-to-pypi.yml)
445445
* Do an after-release `PR <https://github.com/SpikeInterface/spikeinterface/pull/3828/files>`_:
446446
- Uncomment the git installs in pyproject
447-
- Modify `DEV_MODE` in the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``)
447+
- Set ``DEV_MODE`` to ``True`` in the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``)
448448
- Update `pyproject.toml` version one patch ahead or one minor if it is larger one.

0 commit comments

Comments
 (0)