Skip to content

Tags: Allow2/Allow2Unity

Tags

v1.0.0-alpha.1

Toggle v1.0.0-alpha.1's commit message
Add Asset Store packaging, store workflow, and version bumping

- packaging/asset-store/export-unitypackage.sh: builds
  .unitypackage without Unity Editor (gzipped tar with GUIDs)
- packaging/asset-store/asset-store-metadata.json: submission
  template for Unity Asset Store
- store-publish.yml: build .unitypackage on v* tags, attach to
  GitHub Release, optional Asset Store submission
- scripts/bump-version.sh: single entry point for releasing,
  updates package.json, commits and tags

All publishing is tag-driven: bump-version.sh → git push --tags
→ release.yml (UPM) + store-publish.yml (Asset Store)

Co-Authored-By: claude-flow <ruv@ruv.net>

0.1_1

Toggle 0.1_1's commit message
add documentation

0.1

Toggle 0.1's commit message
prepare for publication