Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e401b5

Browse files
committed
Update version tagging procedure for developers.
1 parent 8c08991 commit 3e401b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ cibuildwheels + twine upload for each git tagging event is handled in Azure Pipe
421421

422422
* Bump version in CMakeLists.txt
423423
* Update version in `python/setup.py`
424-
* Commit with tag name starting with `v`(e.g. `v2.1.0`)
424+
* Commit and push `master`. Confirm C.I. build is OK.
425+
* Create tag starting with `v`(e.g. `v2.1.0`)
425426
* `git push --tags`
426427
* cibuildwheels + pypi upload(through twine) will be automatically triggered in Azure Pipeline.
427428

0 commit comments

Comments
 (0)