ci: add release-please automation so today's fixes ship to npm#552
Merged
NagyVikt merged 1 commit intoMay 11, 2026
Merged
Conversation
`.github/workflows/release.yml` was correctly wired to publish on `release: types: [published]` but nothing triggered it. `@imdeadpool/guardex@7.0.42` on npm lagged behind ~7 merged fixes (PRs #545-551 in today's audit alone) because the manual bump step never happened. This change adds googleapis/release-please-action@v4 as a parallel workflow on `push: main`: - .github/workflows/release-please.yml -- runs the action with config + manifest files. - release-please-config.json -- `release-type: node`, package name, changelog sections (feat / fix / perf visible; chore / docs / refactor / test / build / ci / style hidden), `include-v-in-tag: true` so the tag format matches what release.yml expects. - .release-please-manifest.json -- pins current version 7.0.42 as baseline. Flow after this merges: release-please scans commits since v7.0.42, opens a "release X.Y.Z" PR that bumps package.json + writes CHANGELOG.md; merging that PR creates a GitHub release at the new tag; release.yml fires on release: published and ships to npm with provenance + cosign signing. OpenSpec notes at openspec/changes/agent-claude-add-release-please-automation-2026-05-11-12-30/notes.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
NagyVikt
added a commit
that referenced
this pull request
May 11, 2026
…e-please queue (#556) GitHub Actions runners are backlogged (CodeQL, CI, OpenSSF Scorecard, Release Please all queued for 30+ minutes today). To stop reporting the wrong version in `gx --version` against today's 10 merged PRs, bump package.json + .release-please-manifest.json directly. When the queue clears, release-please will continue from 7.0.43 normally. This is the patch-level rollup of: #546 fix: stop branch-start state-file leak (Phase 1) #547 fix: submodule pointer resolver + port Phase 1+2 to templates/ #548 chore: canonicalize scripts/ as symlinks to templates/ #549 fix: OpenSpec scaffolding on-by-default #550 fix: gx cleanup state-aware dirt detection #551 chore(openspec): archive 5 merged changes #552 ci: add release-please automation #553 fix: symlink parity pre-commit + scripts layout doc #555 fix(gx): rename colony package to colonyq Co-authored-by: NagyVikt <nagy.viktordp@gmail.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.
Automated by gx branch finish (PR flow).