Skip to content

Commit b4de377

Browse files
committed
fix: use scoped package name in changesets
Release CI failed because two changesets referenced "codemap" instead of "@stainless-code/codemap".
1 parent 4e191ba commit b4de377

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"codemap": patch
2+
"@stainless-code/codemap": patch
33
---
44

55
Run full `check` (not build-only) in `prepublishOnly` so npm publish cannot skip tests or typecheck.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"codemap": patch
2+
"@stainless-code/codemap": patch
33
---
44

55
Reject malformed `CODEMAP_PARSE_WORKERS` values (e.g. `2abc`, `1.5`) instead of silently truncating with `parseInt`.

0 commit comments

Comments
 (0)