release: align desktop release versions#149
Conversation
052b0de to
5bc3523
Compare
|
Reviewed — the approach is right: It's now conflicting because main deleted Happy to merge once rebased. |
5bc3523 to
402a570
Compare
|
@0xSero requested rebase follow-up is complete in
GitHub reports #149 mergeable and ready for your review. #150 is stacked on this rebased commit and should be merged after #149. |
402a570 to
3cdc9c3
Compare
|
@0xSero conflicts are resolved and this branch is rebased onto current Local Studio 2.0 |
3cdc9c3 to
8ce6839
Compare
|
@0xSero Conflicts are resolved against current The rebase preserves the tested-revision Clean-worktree verification passed: |
Summary
nextRelease.versionto root and frontend package metadata in the release workspace.scripts/apply-release-version.mjshelper so Electron Builder sees the GitHub release version.AGENTS.md.Context
Addresses #148 and supports the Homebrew-readiness umbrella in #140.
The release bot does not commit package-version bumps to protected
main. Package metadata is updated only in the GitHub Actions workspace before later desktop packaging steps.Rebase Resolution
main.AGENTS.md.2.0.0to2.0.1.Validation
npm run test:release-version(2 tests)@semantic-release/execprepare commandgit diff --check origin/main...HEADnpm --prefix frontend run check:qualitygateGitHub reports the PR as mergeable. The
CIandSecurityruns for this head areaction_requiredwith no jobs created, pending maintainer approval; the requested@0xSeroreview is also pending.AI Disclosure
AI assistance was used to inspect the release/versioning setup, implement and test the helper, resolve the rebase, and review the final diff. I reviewed the resulting code and command output before updating this PR.