feat: add release automation script (RELEASE-01)
scripts/create-release.sh orchestrates the full release process: 1. Validates SemVer version and clean git state 2. Bumps version in Cargo.toml and package.json 3. Builds frontend 4. Generates changelog from git log 5. Creates release manifest via create-release-manifest.sh 6. Commits version bump and tags release Supports --dry-run for preview. ISO builds delegated to server. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -406,7 +406,7 @@
|
||||
|
||||
#### Sprint 34: Release Engineering (Week 5-8)
|
||||
|
||||
- [ ] **RELEASE-01** — Create release automation. Build `scripts/create-release.sh` that: bumps version in Cargo.toml and package.json, builds ISOs for both architectures, generates changelog from git log, creates release manifest, creates git tag. **Acceptance**: One command produces complete release artifacts.
|
||||
- [x] **RELEASE-01** — Create release automation. Build `scripts/create-release.sh` that: bumps version in Cargo.toml and package.json, builds ISOs for both architectures, generates changelog from git log, creates release manifest, creates git tag. **Acceptance**: One command produces complete release artifacts.
|
||||
|
||||
- [ ] **RELEASE-02** — Set up download/update infrastructure. Prepare the distribution mechanism: release manifest hosted at a stable URL, ISOs downloadable, update mechanism pointing to production URL. **Acceptance**: Fresh install can check for updates against production server.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user