Skip to content

Commit e4cf7e8

Browse files
authored
chore: Add node-core craft entry (#16821)
In order to be able to publish an alpha release of `@sentry/node-core`, we need a craft target on the default branch (develop). This should not do anything on develop because the package doesn't exist so craft will skip it.
1 parent d7c2aa7 commit e4cf7e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.craft.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ targets:
88
- name: npm
99
id: '@sentry/types'
1010
includeNames: /^sentry-types-\d.*\.tgz$/
11-
## 1.2 Core SDK
11+
## 1.2 Core SDKs
1212
- name: npm
1313
id: '@sentry/core'
1414
includeNames: /^sentry-core-\d.*\.tgz$/
15+
# This SDK does not exist yet on `develop` but we need an entry
16+
# here to be able to publish a pre-release
17+
- name: npm
18+
id: '@sentry/node-core'
19+
includeNames: /^sentry-node-core-\d.*\.tgz$/
1520
## 1.3 Browser Utils package
1621
- name: npm
1722
id: '@sentry-internal/browser-utils'

0 commit comments

Comments
 (0)