You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In the top level ``__init__`` (located at ``src/spikeinterface/__init__.py``) set ``DEV_MODE`` to ``False`` (this is used for the docker installations)
499
498
* Create a new release note for the appropriate version on doc/releases/new_version_tag.
500
499
501
-
There can be large releases like:
500
+
It can be a large release like:
502
501
503
502
``doc/releases/0.101.0.rst``
504
503
505
504
Which contain a section called "Main Changes" and minor releases which include only bug fixes like:
506
505
507
506
``doc/releases/0.101.2.rst``
508
507
509
-
To collect all the PRs and bug fixes we have a script in:
508
+
To collect all the PRs and bug fixes we have a bash script in:
510
509
``doc/scripts/``
511
510
called ``auto-release-notes.sh``. Run it with ``bash auto-release-notes.sh`` and it will create the release notes for the module specific changes.
0 commit comments