Skip to content

Commit a429e5d

Browse files
committed
fix: releases marked as prelease in github
1 parent f5cd9a0 commit a429e5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@
132132
"sortablejs": "^1.15.3"
133133
},
134134
"release": {
135-
"branch": "main",
135+
"branches": [
136+
"main"
137+
],
136138
"verifyConditions": [
137139
"@semantic-release/changelog",
138140
"@semantic-release/npm",

0 commit comments

Comments
 (0)