Skip to content

Commit

Permalink
fix: update releaserc to use main branch (#238)
Browse files Browse the repository at this point in the history
The `semantic-release` API changed with its latest major release and now uses
"branches" instead of "branch" to specify which branch to release on.
  • Loading branch information
dpopp07 committed Feb 18, 2021
1 parent 52e1319 commit 4b1569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branch": "main",
"branches": "main",
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
"publish": ["@semantic-release/npm", { "path": "@semantic-release/github" }]
Expand Down

0 comments on commit 4b1569b

Please sign in to comment.