Commit 71e737f
committed
fix(changesets): rename stale
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.@cipherstash/cli package key to stash
1 parent 3627535 commit 71e737f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments