These guidelines apply to all Unity/VRChat tool repositories in this organization.
We use Semantic Versioning: x.y.z
xβ Major (breaking changes)yβ Minor (new features, backwards compatible)zβ Patch (bugfixes and tweaks)
Beta versions use the format: 1.2.4-beta.1
All versions must be reviewed in Discord by the beta-testing group.
- Prepare your changes.
- Bump the version + update changelog.
- Share beta build in Discord test channel.
- After testing, wait for staff approval.
- Once approved, proceed with release.
β οΈ No contributor should publish packages without staff team approval.
- Beta versions should be clearly marked and not pushed to
latest. - Use
-beta.ntags and test within VCC via Discord-shared builds.
mainorrelease: stabledevelop: active developmentfeature/*: feature brancheshotfix/*: urgent fixes
Use Conventional Commits:
feat: add scene validation toolfix: resolve crash when importing avatarchore: update metadata