Skip to content

Commit 6ee3bd6

Browse files
alwxclaude
andcommitted
build(craft): Publish 8.14.x releases under v8.14-legacy npm dist-tag
Without an explicit distTag, craft calls `npm publish` with the default `latest` tag. npm rejects that when the newly published version (8.14.2) is lower than the current `latest` on the registry (8.18.0), which broke the 8.14.2 release run. Pin the 8.14 line to `v8.14-legacy` so backports on this branch publish without touching `latest`. Consumers on the 8.14 line install with `npm i @sentry/react-native@v8.14-legacy` (or `@8.14.2` directly). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent da64e9e commit 6ee3bd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.craft.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ changelogPolicy: auto
33
preReleaseCommand: bash scripts/craft-pre-release.sh
44
targets:
55
- name: npm
6+
distTag: v8.14-legacy
67
- name: github
78
- name: registry
89
sdks:

0 commit comments

Comments
 (0)