Changes
Page history
Update How to prepare the code for a release
authored
Jul 09, 2025
by
Alexis GAMELIN
Show whitespace changes
Inline
Side-by-side
How-to-prepare-the-code-for-a-release.md
View page @
5d8dfbee
...
@@ -2,7 +2,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
...
@@ -2,7 +2,7 @@ Here is the checklist to run before releasing a new version for mbtrack2:
1.
Create a new local branch from the merge develop (with all the feature branch intended to be included in the new version).
1.
Create a new local branch from the merge develop (with all the feature branch intended to be included in the new version).
2.
Update .rst for the readthedocs documentation
2.
Update .rst for the readthedocs documentation
3.
Book a new zenodo DOI and update readme.md and
__
init
__
.py
3.
Book a new zenodo DOI and update readme.md
, CITATION.cff
and
**
init
**
.py
4.
Update the pyproject.toml file with version number, new dependencies and so on.
4.
Update the pyproject.toml file with version number, new dependencies and so on.
5.
Update README.md
5.
Update README.md
6.
Run formatters and test inside poetry:
6.
Run formatters and test inside poetry:
...
...
...
...