ci: Allow semantic release to create draft releases (#1719)

This commit is contained in:
Dermot Duffy
2024-12-08 17:23:12 -08:00
committed by GitHub
parent a679680640
commit 5a203213ca
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -107,7 +107,10 @@
"path": "dist/*.js",
"label": "JS distribution"
}
]
],
"draftRelease": true,
"labels": ["ci"],
"assignees": ["dermotduffy"]
}
]
]