fix: add cursor-marketplace as release-please component (#315)

This commit is contained in:
Trevin Chow
2026-03-18 18:47:00 -07:00
committed by GitHub
parent 88c89bc204
commit 838aeb79d0
10 changed files with 89 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export type ReleaseComponent = "cli" | "compound-engineering" | "coding-tutor" | "marketplace"
export type ReleaseComponent = "cli" | "compound-engineering" | "coding-tutor" | "marketplace" | "cursor-marketplace"
export type BumpLevel = "patch" | "minor" | "major"