We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707d59f commit 2b70ea3Copy full SHA for 2b70ea3
.craft.yml
@@ -0,0 +1,15 @@
1
+github:
2
+ owner: getsentry
3
+ repo: rrweb
4
+changelogPolicy: simple
5
+preReleaseCommand: bash scripts/craft-pre-release.sh
6
+requireNames:
7
+ - /^sentry-internal-rrweb-snapshot-.*\.tgz$/
8
+ - /^sentry-internal-rrweb-player-.*\.tgz$/
9
+ - /^sentry-internal-rrweb-.*\.tgz$/
10
+ - /^sentry-internal-rrdom-.*\.tgz$/
11
+targets:
12
+ - name: github
13
+ includeNames: /^sentry-.*.tgz$/
14
+ - name: npm
15
0 commit comments