Skip to content

Commit de98ba3

Browse files
Charlie McBrideCharlie McBride
authored andcommitted
update release settings to what we want
1 parent 6c0d61c commit de98ba3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.releaserc.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"branches": ["main", "charliedmcb/test-release-branch"],
3-
"dryRun": true,
2+
"branches": ["main"],
43
"plugins": [
54
[
65
"@semantic-release/commit-analyzer",
@@ -45,10 +44,8 @@
4544
[
4645
"@semantic-release/github",
4746
{
47+
"draftRelease": true,
4848
"successComment": false,
49-
"failComment": false,
50-
"failTitle": false,
51-
"labels": false,
5249
"releasedLabels": false
5350
}
5451
]

0 commit comments

Comments
 (0)