Skip to content

Commit 894bbf6

Browse files
author
James Singleton
committed
chore(semantic): update branches away to include main
This overrides semantic-release to use main instead of master
1 parent 4060b07 commit 894bbf6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,21 @@
5959
}
6060
},
6161
"release": {
62+
"branches": [
63+
"+([0-9])?(.{+([0-9]),x}).x",
64+
"main",
65+
"next",
66+
"next-major",
67+
{ "name": "beta", "prerelease": true },
68+
{ "name": "alpha", "prerelease": true }
69+
],
6270
"plugins": [
6371
"@semantic-release/commit-analyzer",
6472
"@semantic-release/release-notes-generator",
6573
"@semantic-release/changelog",
6674
"@semantic-release/npm",
6775
"@semantic-release/git",
6876
"@semantic-release/github"
69-
],
70-
"branch": "main"
77+
]
7178
}
7279
}

0 commit comments

Comments
 (0)