assist icon indicating copy to clipboard operation
assist copied to clipboard

Releasing a package to conda-forge

Open mjuric opened this issue 1 year ago • 1 comments

Tagging the code:

git tag -a -m "Version 1.1.7" v1.1.7
git push --tags

Conda-forge "feedstock" (== the recipe on how to build the conda package) is located at https://github.com/conda-forge/assist-feedstock

mjuric avatar Dec 13 '23 19:12 mjuric

git tag -a -m "Version $(cat version.txt)" v$(cat version.txt)

matthewholman avatar Dec 13 '23 19:12 matthewholman