Skip to content

Commit 71e737f

Browse files
committed
fix(changesets): rename stale @cipherstash/cli package key to stash
The CLI package was renamed from `@cipherstash/cli` to `stash` in packages/cli/package.json, but two changesets still referenced the old name. The changesets/version action on main fails with: Found changeset cli-runner-aware-help-banners for package @cipherstash/cli which is not in the workspace Updates both frontmatter keys to the current package name. Body copy that mentions `@cipherstash/cli` historically is left intact — changesets only validates the YAML frontmatter package keys.
1 parent 3627535 commit 71e737f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/cli-runner-aware-help-banners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
'@cipherstash/cli': patch
2+
'stash': patch
33
---
44

55
Make `--help` banners and the post-install "Next steps" panel show commands using the package manager the user actually invoked the CLI with, instead of always emitting `npx`.

.changeset/package-manager-aware-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@cipherstash/cli": patch
2+
"stash": patch
33
"@cipherstash/wizard": patch
44
"@cipherstash/protect": patch
55
"@cipherstash/drizzle": patch

0 commit comments

Comments
 (0)