Skip to content

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

Open
YoniMelki wants to merge 3 commits into
mainfrom
feature/AX-2134-unified-release-mechanism
Open

AX-2134: unify release trigger on version-file diff#6
YoniMelki wants to merge 3 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 tag-push to push-to-main, comparing VERSION (cross-checked with gradle.properties) against the latest strict vX.Y.Z tag.
  • Add concurrency (cancel-in-progress: false). Tag is created atomically via gh release create --target.
  • No version bump. Repo has zero tags; VERSION is 0.2.0. Merging is the intentional first GitHub Release of v0.2.0.
  • Zip filename is asserted to contain the version; partial releases are deleted only if the gate had already passed.

Part of AX-2134.

Landing

Merging cuts v0.2.0 (Gradle buildPlugin zip). Marketplace publish is unchanged (workflow_dispatch). After this, every merge must bump VERSION + gradle.properties or Release fails.

Test plan

  • Confirm release.yml no longer triggers on tag push.
  • Confirm merge builds the plugin and creates GitHub Release v0.2.0.
  • Confirm concurrency is cancel-in-progress: false.

@YoniMelki
YoniMelki requested a review from a team as a code owner August 20, 2026 14:42
YoniMelki and others added 2 commits August 22, 2026 17:31
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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