Skip to content
Releasing a new version
- Update version number in the following places:
recast3d/conda/meta.yaml
slicerecon/conda/meta.yaml
slicerecon/setup.py
tomopackets/conda/meta.yaml
tomopackets/setup.py
- Edit
CHANGELOG.md
:
- Change
[Unreleased]
to [X.Y.Z] - YYYY-MM-DD
- Add compare link at the bottom of the document
- Use commit message
Release X.Y.Z
.
- Build conda packages:
- Run
conda build .
in {recast3d,slicerecon,tomopackets}/conda/
- Upload to the
cicwi
channel of anaconda.org
- Merge
develop
into master
.
- Make a new release on GitHub and copy the the content of the old
[Unreleased]
section of the CHANGELOG into the description.