diff --git a/README.md b/README.md index ec6f646..75e4d41 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,7 @@ python examples/model-tournament/train.py ## Release procedure -1. Bump VERSION in setup.py -1. Run `git tag -a v0.0.1 -m "Release v0.0.1" && git push origin v0.0.1` with matching version number +1. Bump VERSION in setup.py. This should contain the new version without the v +1. Run `git tag -a v0.0.1 -m "Release v0.0.1"` with matching version number +1. Optional: run `make package` +1. Run `git push origin v0.0.1`