File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,26 @@ minVersion: '0.23.1'
2
2
changelogPolicy : simple
3
3
preReleaseCommand : bash scripts/craft-pre-release.sh
4
4
targets :
5
- - name : npm
6
- - name : github
7
- includeNames : /^sentry-.*$/
5
+ - name : aws-lambda-layer
6
+ includeNames : /^sentry-node-serverless-\d+(\.\d+)*\.zip$/
7
+ layerName : SentryNodeServerlessSDK
8
+ compatibleRuntimes :
9
+ - name : node
10
+ versions :
11
+ - nodejs10.x
12
+ - nodejs12.x
13
+ - nodejs14.x
14
+ license : MIT
8
15
- name : gcs
9
16
includeNames : /.*\.js.*$/
10
17
bucket : sentry-js-sdk
11
18
paths :
12
19
- path : /{{version}}/
13
20
metadata :
14
21
cacheControl : ' public, max-age=31536000'
22
+ - name : github
23
+ includeNames : /^sentry-.*$/
24
+ - name : npm
15
25
- name : registry
16
26
sdks :
17
27
' npm:@sentry/browser ' :
@@ -34,13 +44,3 @@ targets:
34
44
onlyIfPresent : /^sentry-wasm-.*\.tgz$/
35
45
' npm:@sentry/nextjs ' :
36
46
onlyIfPresent : /^sentry-nextjs-.*\.tgz$/
37
- - name : aws-lambda-layer
38
- includeNames : /^sentry-node-serverless-\d+(\.\d+)*\.zip$/
39
- layerName : SentryNodeServerlessSDK
40
- compatibleRuntimes :
41
- - name : node
42
- versions :
43
- - nodejs10.x
44
- - nodejs12.x
45
- - nodejs14.x
46
- license : MIT
You can’t perform that action at this time.
0 commit comments