Release Process for Neuroconv#
A simple to-do list for the Neuroconv release process:
Format Changelog:
Double check changelog entries to ensure they are in the correct format.
Set the data to the current date of the release: Example
Set the Correct Version for Release:
The development version (the current code on main) should be one patch version ahead of the latest PyPI release and therefore ready for the next step.
If a minor version bump is necessary, change it accordingly Example
Perform Checks:
Ensure that no requirement files include pointers to git-based dependencies (including specific branches or commit hashes). All dependencies for a PyPI release should point to the released package versions that are available on conda-forge or PyPI. This can be done efficiently by searching for @ git in the pyproject.toml on an IDE.
Tag on GitHub:
The title and tag should be the release version (e.g v0.7.2).
The changelog should be copied correspondingly.
Check the hashes in the markdown to ensure they match with the format of previous releases.
Release:
GitHub tagging triggers the auto-publish.yml action on the CI, which takes care of the rest.
Post-Release: Bump Version and Update Changelog: