Skip to content

Commit 81b687c

Browse files
committed
Fix changeset format
1 parent 6dff314 commit 81b687c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.changeset/major-remove-publish.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Remove the deprecated `wrangler publish` command. Instead, use `wrangler deploy`, which takes exactly the same arguments.
66

7-
Remove the following deprecated commands:
7+
Additionally, remove the following deprecated commands, which are no longer supported.
88

99
- `wrangler config`
1010
- `wrangler preview`
@@ -13,5 +13,5 @@ Remove the following deprecated commands:
1313

1414
Remove the following deprecated command aliases:
1515

16-
- `wrangler secret:*`
17-
- `wrangler kv:*`
16+
- `wrangler secret:*`, replaced by `wrangler secret *`
17+
- `wrangler kv:*`, replaced by `wrangler kv *`

.changeset/serious-teachers-marry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
Remove worker name prefix from KV namespace create
66

7-
BREAKING CHANGE: when running `wrangler kv namespace create <name>`, previously the name of the namespace was automatically prefixed with the worker title, or `worker-` when running outside the context of a worker.
7+
When running `wrangler kv namespace create <name>`, previously the name of the namespace was automatically prefixed with the worker title, or `worker-` when running outside the context of a worker.
88
After this change, KV namespaces will no longer get prefixed, and the name used is the name supplied, verbatim.

0 commit comments

Comments
 (0)