aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo <syoyo@lighttransport.com>2020-05-28 14:08:16 +0900
committerSyoyo <syoyo@lighttransport.com>2020-05-28 14:08:16 +0900
commit4cadd9132db8323b0d7684a11333153891580097 (patch)
treef76b93f8d43bd8355ab42970b9c1a652d669f931
parentfb8e0317be4d4b27fa69240769a59db4be380058 (diff)
downloadtinyobjloader-4cadd9132db8323b0d7684a11333153891580097.tar.gz
Describe versioning(for developer)
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8852689..3e9b47c 100644
--- a/README.md
+++ b/README.md
@@ -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.