Skip to content

Commit 271db64

Browse files
committed
chore: semantic release breaking changes
semantic release 16.0.0 introduced these breaking changes: > The branch option has been removed in favor of branches > The new branches option expect either an Array or a single branch definition. To migrate your configuration: > If you want to publish package from multiple branches, please see the configuration documentation > If you use the default configuration and want to publish only from master: nothing to change > If you use the branch configuration and want to publish only from one branch: replace branch with branches ("branch": "my-release-branch" => "branches": "my-release-branch") this commit aligns our semantic release config to the new format
1 parent 06e7c03 commit 271db64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"url": "https://github.com/snyk/kubernetes-monitor.git"
6464
},
6565
"release": {
66-
"branch": "staging",
66+
"branches": "staging",
6767
"verifyConditions": [
6868
"@semantic-release/github"
6969
],

0 commit comments

Comments
 (0)