Publish v0.5.14 when plugin.json is untagged - #66
Closed
sverdlov93 wants to merge 3 commits into
Closed
Conversation
Author
|
Closing this in favor of a manual GitHub Release: https://github.com/jfrog/cursor-plugin/releases/tag/v0.5.14
|
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.
Overview
mainalready has plugin 0.5.14 and skills v0.25.0, but there is nov0.5.14GitHub Release, so Cursor Marketplace cannot ingest this drop. This PR does not bump the version.The Release job no longer reads
[patch]/[minor]/[major]from the squash subject. That depended on GitHub squash settings and PR-title rewrites (Claude shipped, Cursor skipped). The gate is now the tag:plugin.jsonversion has novX.Y.Ztag → publishworkflow_dispatchon a tagged version → fail (no re-tag)Merging this PR publishes
v0.5.14because that version is already onmainand still untagged. The squash title does not matter.Flow
flowchart TD push["push to main or workflow_dispatch"] read["Read plugin.json version"] tagged{"tag vX.Y.Z exists?"} dispatch{"workflow_dispatch?"} publish["Create GitHub Release + tag"] skip["Skip"] fail["Fail: bump manifests first"] push --> read --> tagged tagged -->|no| publish tagged -->|yes| dispatch dispatch -->|no| skip dispatch -->|yes| failNotes
plugin.json/marketplace.json. Both are already0.5.14.v0.5.14withrelease.zip. Cursor.com can still lag GitHub after that.