Skip to content

Commit fe9d29a

Browse files
author
Luca Forstner
committed
meta(deno): Add deno craft release target
1 parent df08e8f commit fe9d29a

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
@@ -66,6 +66,13 @@ targets:
6666
- name: npm
6767
id: '@sentry/deno'
6868
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
6976

7077
## 5. Node-based Packages
7178
- name: npm

0 commit comments

Comments
 (0)