Files
probo/contrib/claude/release/n8n-nodes-probo.md
Émile Ré 8bd5454ad7 Update release guides
Signed-off-by: Émile Ré <emile@getprobo.com>
2026-05-07 16:49:58 +04:00

1.0 KiB

Release @probo/n8n-nodes-probo

After confirming commits below, follow the common steps.

Track facts

  • Tag pattern: @probo/n8n-nodes-probo/v* (the @ and / are valid in Git tag refs)
  • Version source: packages/n8n-node/package.json
  • Version bump: npm --workspace @probo/n8n-nodes-probo version <X.Y.Z> --no-git-tag-version
  • Build: npm --workspace @probo/n8n-nodes-probo run build
  • Changelog: packages/n8n-node/CHANGELOG.md
  • Files to stage: packages/n8n-node/package.json, packages/n8n-node/CHANGELOG.md, package-lock.json
  • Workflow: .github/workflows/release-npm-n8n-node.yaml
  • Path filter: packages/n8n-node

Detect commits

git log $(git describe --tags --abbrev=0 --match='@probo/n8n-nodes-probo/v*')..HEAD --oneline \
  -- packages/n8n-node

If empty or non-user-facing only, do not release this track.

Notes

CI verifies the tag matches package.json, publishes to npm with provenance + SBOM, and creates a GitHub Release.