Skip to content

Commit f3490ae

Browse files
committed
ci: configure semrel branches for 2.1 prerelease packages
1 parent fcf16d1 commit f3490ae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@
6363
},
6464
"engineStrict": true,
6565
"release": {
66-
"plugins": [
66+
"branches": [
67+
"master",
68+
{"name": "beta", "channel": "beta", "prerelease": true},
69+
{"name": "stacks-2.1", "channel": "stacks-2.1", "prerelease": true}
70+
],
71+
"plugins": [
6772
"@semantic-release/commit-analyzer",
6873
"@semantic-release/release-notes-generator",
6974
[

0 commit comments

Comments
 (0)