Prepare new framework release
releasecommandsetup L1★8
Celarius/spin-framework ↗What it does
Prepare new release by updating version in four locations
Best for
Multi-file version synchronization when human approval before commit is required
Inputs
- · new_version (semver)
Outputs
- · updated VERSION, composer.json, package.json, changelog.md
- · diff_summary
- · commit_ready_for_approval
Requires
- · Read
- · Write
- · Bash
Preconditions
VERSION, composer.json, package.json, changelog.md files must exist
Failure modes
Version format invalid, file not found, incomplete updates across all four files
Trust signals
- · Four-file validation
- · Diff summary for review
- · Confirmation before commit