Skip to content

AX-2134: unify release trigger on version-file diff - #63

Merged
YoniMelki merged 6 commits into
mainfrom
feature/AX-2134-unified-release-mechanism
Sep 7, 2026
Merged

YoniMelki merged 6 commits into
mainfrom
feature/AX-2134-unified-release-mechanism

Conversation

@YoniMelki

@YoniMelki YoniMelki commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Switch release.yml from commit-subject [major|minor|patch] markers to comparing .claude-plugin/plugin.json against the latest strict vX.Y.Z tag.
  • Fail loudly when the version is already released or older than the latest tag.
  • Merge current main and bump 0.3.3 → 0.3.4 so this PR lands as a real release.
  • Keep PR-time X.Y.Z validation and guarded partial-release cleanup.

Part of AX-2134.

Landing

Merging cuts v0.3.4. After that, every merge to main must bump the manifest or Release fails by design.

Test plan

  • Confirm release.yml does not parse commit messages.
  • Confirm merge creates GitHub Release v0.3.4 with release.zip.
  • Confirm a follow-up merge without a bump fails with “already released”.

@YoniMelki
YoniMelki requested a review from a team as a code owner August 20, 2026 14:42
YoniMelki and others added 3 commits August 22, 2026 17:30
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@YoniMelki
YoniMelki force-pushed the feature/AX-2134-unified-release-mechanism branch from 42a35f7 to 604c0e8 Compare September 3, 2026 08:52
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread .github/workflows/release.yml
davida-jfrog
davida-jfrog previously approved these changes Sep 3, 2026
Brings in the README version removal, the skills sync to v0.36.0, the
bridge-client fallback tests, and the AI Catalog runtime detection changes.

Only .claude-plugin/plugin.json conflicted: both sides bumped the version.
Resolved to 0.3.6, the next unused patch above the latest release tag v0.3.5,
so merging this PR releases cleanly instead of tripping the already-released
gate.

validate.yml keeps both additions: the manifest version format check from this
branch and the bridge-client test step from main. release.yml and
CONTRIBUTING.md are unchanged from this branch, and neither side of the merge
leaves a stale reference to the old commit-marker release flow.

Co-authored-by: Cursor <cursoragent@cursor.com>
@YoniMelki
YoniMelki force-pushed the feature/AX-2134-unified-release-mechanism branch from 19fabd1 to e79d53e Compare September 7, 2026 07:48
@YoniMelki
YoniMelki merged commit 5f587f0 into main Sep 7, 2026
2 checks passed
@YoniMelki
YoniMelki deleted the feature/AX-2134-unified-release-mechanism branch September 7, 2026 10:14
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.

2 participants