Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fwhigh committed May 14, 2021
1 parent 6eb31d3 commit b589138
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit b589138

Please sign in to comment.