Skip to content

Commit 45d51f6

Browse files
author
Luca Forstner
authored
meta(deno): Add deno craft release target (#9310)
1 parent 2ff6bd3 commit 45d51f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.craft.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ targets:
7070
- name: npm
7171
id: '@sentry/deno'
7272
includeNames: /^sentry-deno-\d.*\.tgz$/
73+
- name: commit-on-git-repository
74+
# This will publish on the Deno registry
75+
archive: /^sentry-deno-\d.*\.tgz$/
76+
repositoryUrl: [email protected]:getsentry/sentry-deno.git
77+
stripComponents: 1
78+
branch: main
79+
createTag: true
7380

7481
## 5. Node-based Packages
7582
- name: npm

0 commit comments

Comments
 (0)