Skip to content

Commit f023c23

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.craft.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ targets:
6666
- name: npm
6767
id: '@sentry/deno'
6868
includeNames: /^sentry-deno-\d.*\.tgz$/
69+
- name: commit-on-git-repository
70+
archive: /^sentry-deno-\d.*\.tgz$/
71+
repositoryUrl: [email protected]:getsentry/sentry-deno.git
72+
stripComponents: 1
73+
branch: main
74+
createTag: true
6975

7076
## 5. Node-based Packages
7177
- name: npm

0 commit comments

Comments
 (0)