Add how to make a release notes#3793
Conversation
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
chrishalcrow
left a comment
There was a problem hiding this comment.
Yeah - a great idea! Just some little bits and pieces.
Co-authored-by: Chris Halcrow <57948917+chrishalcrow@users.noreply.github.com>
zm711
left a comment
There was a problem hiding this comment.
I think this is about ready for final review Heberto. But I guess there is no rush on it if you were thinking of something else :)
| Checklist | ||
| ^^^^^^^^^ | ||
| * pyproject.toml: check that the version is ahead of current release. Also, comment out the @ (git dependencies) | ||
| * In the top level ``__init__`` (located on ``src/spikeinterface/__init__.py``) uncomment ``DEV_MODE`` (this is used for the docker installations) |
There was a problem hiding this comment.
| * In the top level ``__init__`` (located on ``src/spikeinterface/__init__.py``) uncomment ``DEV_MODE`` (this is used for the docker installations) | |
| * In the top level ``__init__`` (located on ``src/spikeinterface/__init__.py``) uncomment ``DEV_MODE`` (this is used for the docker installations) |
The dev_mode is completely clear because we have the two lines one with True and one with False. To be clear we should say to uncomment the DEV_MODE=False and to comment out the DEV_MODE=True
There was a problem hiding this comment.
improved by Alessio somewhere down this thread.
Co-authored-by: Zach McKenzie <92116279+zm711@users.noreply.github.com>
There is a release to be doing soon. I want to shadow @alejoe91 during it and after I will add more notes here. |
|
Sounds good to me! |
|
Thanks @h-mayorquin LGTM! Merging :) |
Draft