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 df08e8f commit fe9d29aCopy full SHA for fe9d29a
.craft.yml
@@ -66,6 +66,13 @@ targets:
66
- name: npm
67
id: '@sentry/deno'
68
includeNames: /^sentry-deno-\d.*\.tgz$/
69
+ - name: commit-on-git-repository
70
+ # This will publish on the Deno registry
71
+ archive: /^sentry-deno-\d.*\.tgz$/
72
+ repositoryUrl: [email protected]:getsentry/sentry-deno.git
73
+ stripComponents: 1
74
+ branch: main
75
+ createTag: true
76
77
## 5. Node-based Packages
78
0 commit comments