Skip to content

Commit 68a4ba1

Browse files
committed
ci: allow release via release branch
1 parent 098f5c3 commit 68a4ba1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
},
6464
"release": {
6565
"tagFormat": "${version}",
66+
"branches": [
67+
"master",
68+
"release"
69+
],
6670
"plugins": [
6771
[
6872
"@semantic-release/commit-analyzer",
@@ -115,4 +119,4 @@
115119
]
116120
]
117121
}
118-
}
122+
}

0 commit comments

Comments
 (0)