Skip to content

chore(antd): bump to 0.11.1-rc.1 for installer pipeline RC test#216

Merged
Nic-dorman merged 1 commit into
mainfrom
chore/antd-0.11.1-rc.1
Jul 16, 2026
Merged

chore(antd): bump to 0.11.1-rc.1 for installer pipeline RC test#216
Nic-dorman merged 1 commit into
mainfrom
chore/antd-0.11.1-rc.1

Conversation

@Nic-dorman

Copy link
Copy Markdown
Collaborator

First RC cut from main since 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 on main, but nothing has exercised it from there — and nothing can, short of a tag:

  • ci.yml's path filter covers antd/** / antd-rust/** only, so installer changes trigger no CI at all
  • release.yml runs on tag push

So this RC is the validation step: prove package-linux / package-macos / package-windows build and sign from main before a stable v0.11.1 is tagged.

RC tags publish as pre-releases (prerelease: contains(ref_name, '-')), so this is invisible to ant-webex's update checker, which only ever considers stable vX.Y.Z tags. No user sees it.

Why the version bump at all

v0.11.1 is a packaging-only release — no antd code change since v0.11.0. The version still has to 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: 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 to 0.11.1 → tag stable → un-pin ant-webex from the RC.

Refs V2-484.

🤖 Generated with Claude Code

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>
@Nic-dorman
Nic-dorman merged commit 810d762 into main Jul 16, 2026
3 checks passed
@Nic-dorman
Nic-dorman deleted the chore/antd-0.11.1-rc.1 branch July 16, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant