The fastest tools for 3dtiles convert in the world!
A powerful 3D-Tiles converter toolkit for efficient conversion of large-scale 3D geospatial data.
To create a new release:
# Create and push a version tag
git tag v0.5.0
git push origin v0.5.0
The GitHub Actions will automatically:
For pre-release versions (alpha, beta, rc):
# Alpha version
git tag v0.5.0-alpha.1
git push origin v0.5.0-alpha.1
# Beta version
git tag v0.5.0-beta.1
git push origin v0.5.0-beta.1
# Release candidate
git tag v0.5.0-rc.1
git push origin v0.5.0-rc.1
Pre-release versions will be automatically marked as "Pre-release" on GitHub.
No open issues yet, or sync has not completed.