feat(AX-1837): add VERSION file, release workflow, and drift-prevention check#3
Open
YoniMelki wants to merge 1 commit into
Open
feat(AX-1837): add VERSION file, release workflow, and drift-prevention check#3YoniMelki wants to merge 1 commit into
YoniMelki wants to merge 1 commit into
Conversation
…on check - Seed VERSION at 0.1.1 (current .devin-plugin/plugin.json version) - release.yml: on push to main with [major/minor/patch], reads VERSION, creates vX.Y.Z git tag, publishes GitHub Release with repo zip - validate-version.yml: PR check — fails if VERSION != plugin.json version - CONTRIBUTING.md: add Releasing section documenting the new flow Co-Authored-By: Claude Sonnet 4.6 <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.
Summary
VERSIONfile seeded at0.1.1(current.devin-plugin/plugin.jsonversion)release.yml: triggers on push tomainwhen commit message contains[major],[minor], or[patch]; readsVERSION, creates avX.Y.Ztag, publishes a GitHub Release with a repo zip attachedvalidate-version.yml: PR check that fails ifVERSION≠.devin-plugin/plugin.json.versionCONTRIBUTING.mdwith a Releasing sectionDeveloper flow to release:
VERSION+.devin-plugin/plugin.json.versionin your PRmainwith[patch]/[minor]/[major]in the commit messageJira: AX-1837
Test plan
triggered=false, no release created[patch]in the commit →vX.Y.Ztag and GitHub Release appear🤖 Generated with Claude Code