Skip to content

Commit

Permalink
Describe versioning(for developer)
Browse files Browse the repository at this point in the history
  • Loading branch information
syoyo committed May 28, 2020
1 parent fb8e031 commit 4cadd91
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,14 @@ Here is some benchmark result. Time are measured on MacBook 12(Early 2016, Core

cibuildwheels + twine upload for each git tagging event is handled in Azure Pipeline.

#### How to bump version(For developer)

* Bump version in CMakeLists.txt
* Update version in `python/setup.py`
* Commit with tag name starging with `v`(e.g. `v2.1.0`)
* `git push --tags`
* cibuildwheels + pypi upload(through twine) will be automatically triggered in Azure Pipeline.

## Tests

Unit tests are provided in `tests` directory. See `tests/README.md` for details.

0 comments on commit 4cadd91

Please sign in to comment.