chore(antd): bump to 0.11.1-rc.1 for installer pipeline RC test#216
Merged
Conversation
First RC cut from `main` since the signed-installer pipeline landed there (#215). Validates that the package-linux/macos/windows jobs build and sign from main before a stable v0.11.1 is tagged — the pipeline had only ever run from the orphaned v0.10.1-rc.* branch, and installer changes get no CI (ci.yml's path filter covers antd/** and antd-rust/** only; release.yml runs on tag push), so a tag is the only way to exercise it. RC tags publish as pre-releases, so this is invisible to ant-webex's update checker, which only ever considers stable vX.Y.Z tags. No antd code change: 0.11.1 is a packaging-only release. The version must still be bumped so /health reports the tag it was built from — ant-webex reads that value, and a binary reporting 0.11.0 under a v0.11.1 tag would leave the extension nudging "update available" forever. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
First RC cut from
mainsince the signed-installer pipeline landed there (#215).Why an RC
The installer pipeline had only ever run from the orphaned
v0.10.1-rc.*branch. It now lives onmain, but nothing has exercised it from there — and nothing can, short of a tag:ci.yml's path filter coversantd/**/antd-rust/**only, so installer changes trigger no CI at allrelease.ymlruns on tag pushSo this RC is the validation step: prove
package-linux/package-macos/package-windowsbuild and sign frommainbefore a stablev0.11.1is tagged.RC tags publish as pre-releases (
prerelease: contains(ref_name, '-')), so this is invisible toant-webex's update checker, which only ever considers stablevX.Y.Ztags. No user sees it.Why the version bump at all
v0.11.1is a packaging-only release — no antd code change sincev0.11.0. The version still has to be bumped so/healthreports the tag it was built from:ant-webexreads that value, and a binary reporting0.11.0under av0.11.1tag would leave the extension nudging "update available: 0.11.1" forever.Lockfile regenerated with
cargo update -p antd— 1 package relocked, no other dependencies moved.Next
Merge → tag
v0.11.1-rc.1→ verify installers + signatures → bump to0.11.1→ tag stable → un-pinant-webexfrom the RC.Refs V2-484.
🤖 Generated with Claude Code