Bump the version to 1.1.0-beta.1 - #457
Merged
Merged
Conversation
The beta for 1.1.0. electron-builder names the artifacts from this field and the app log opens with it, so it moves before the tag. Version only: no dependency changes. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0123opUnXoxs1CAN7YQ7q8KU
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
v1.0.1shipped on 21 August. Trunk carries 45 commits since, and this is the beta for 1.1.0, published so contributors can test it before the stable tag. The headline is the bundled Git: the app ships its own Git binary and every checkout operation runs on it, so a contributor no longer needs Git installed (#401 to #411, #418, #420). It also ships the packaging allow-list (#450) and the fixes closed under the v1.1.0 milestone.The version reaches two places a contributor sees, and both must carry the real build: electron-builder embeds it in the artifact names (
wordpress-contributor-toolkit-1.1.0-beta.1-*), andsrc/logging.jswritesapp <version>as the log's first line, so a problem report names the build it came from. That is why the bump merges before the tag.What changes
Only the version. All three package-version fields in
package.jsonandpackage-lock.jsonmove together from1.0.1to1.1.0-beta.1. No dependency versions change, and there is no application behaviour change in this PR.How to test this
Platforms: any for the suite; macOS or Windows for the artifact check that follows the merge.
In the repository root:
npm run lintis clean andnpm testpasses.node -e "console.log(require('./package.json').version)"prints1.1.0-beta.1.python3 -c "import json;d=json.load(open('package-lock.json'));print(d['version'], d['packages']['']['version'])"prints1.1.0-beta.1 1.1.0-beta.1.What must not have happened: no dependency version may change.
git diff trunkshows exactly three changed lines, all of them the root package version.After merge, the release build must produce artifacts named
wordpress-contributor-toolkit-1.1.0-beta.1-*, and the first line of a fresh app log must readapp 1.1.0-beta.1.Risks and limitations
No UI change. The risk is a mis-scoped edit in
package-lock.json, where dependencies also carry1.0.1; the replacement was confined to the first 2000 bytes of the file, which holds the two root entries, and both files were re-parsed as JSON afterwards.Related
Same shape as #244 (v1.0.0-beta.1) and #397 (v1.0.1).
Review outcome (required — see AGENTS.md)
Version-only change, three lines. Verified locally on this branch:
npm run lintclean,npm test1316 pass, 0 fail;git diff --statshows two files, three insertions, three deletions; both JSON files parse. Nothing to fix, nothing deferred.Screenshots or recording
Nothing on screen changes.
🤖 Generated with Claude Code
https://claude.ai/code/session_0123opUnXoxs1CAN7YQ7q8KU