Commit Graph

3 Commits (feb9e3b6b5dfc9163c41f0b2afb4d5df76245b7d)

Author SHA1 Message Date
Marcus Sanatan d3e42a1c32 docs: change README installation examples from fixed version to beta branch
Remove version-specific installation examples from README.md and README-zh.md, replacing with beta branch references. Update release workflow and update_versions.py to stop modifying README files during version bumps since they no longer contain version-specific URLs.
2026-01-23 01:14:54 -04:00
Marcus Sanatan 63b666b421 Minor feedback 2026-01-22 21:45:03 -04:00
Marcus Sanatan 067eddd1da refactor: consolidate version update logic into Python script
Replace inline sed/jq commands in release workflow with tools/update_versions.py script that:
- Updates MCPForUnity/package.json, manifest.json, Server/pyproject.toml
- Updates version references in Server/README.md, README.md, docs/i18n/README-zh.md
- Supports --dry-run and --version flags
- Auto-detects version from package.json if not specified
- Provides better error handling and progress output
2026-01-22 16:08:21 -04:00