Skip to content

Commit 19261f0

Browse files
dmartinochoaclaude
andauthored
release: v1.5.1 — Marketplace recovery republish of v1.5.0 (#48)
VS Code Marketplace publish step on the v1.5.0 tag push timed out on `_apis/gallery` (3-min hang on Microsoft's gallery API) and `vsce publish` returned non-zero before the upload committed. Open VSX and the GitHub release for v1.5.0 both shipped fine — only the Marketplace missed it. This tag exists solely to re-fire the publish pipeline so Marketplace catches up. No source changes between v1.5.0 and v1.5.1. Mirrors the existing v1.0.3 recovery pattern (v1.0.2 OVSX 405). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 78aa6c5 commit 19261f0

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ versions follow [SemVer](https://semver.org/).
1111
> section **above** Unreleased, or remove the Unreleased block for the
1212
> release commit. Otherwise the GitHub release ships boilerplate.
1313
14+
## [1.5.1] — 2026-05-27
15+
16+
Recovery republish of v1.5.0 — the VS Code Marketplace publish step
17+
timed out on `_apis/gallery` (Azure DevOps gallery API,
18+
Microsoft-side) and `vsce publish` returned non-zero before the
19+
upload was committed. Open VSX and the GitHub release for v1.5.0
20+
both shipped fine on the original tag push; only Marketplace
21+
missed it, leaving Marketplace users stuck on 1.1.0 while OVSX
22+
users got 1.5.0. This tag exists solely to re-fire the publish
23+
pipeline so Marketplace catches up. No source changes between
24+
v1.5.0 and v1.5.1.
25+
26+
### Changed
27+
28+
- **Version bump only — no functional changes.** v1.5.0 is the
29+
identical extension code; Open VSX users will see a 1.5.0 → 1.5.1
30+
update with no behavioural diff. VS Code Marketplace users skip
31+
1.5.0 entirely (it was never published there).
32+
1433
## [1.5.0] — 2026-05-27
1534

1635
Aligns the extension's version stream with the upstream

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pipeline-check",
33
"displayName": "Pipeline-Check",
44
"description": "Lint CI/CD pipelines for 22 providers against OWASP Top 10 CI/CD Risks and 14 other compliance frameworks. 810+ rules, inline in your editor.",
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"publisher": "greylag-ci",
77
"license": "MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)