Skip to content

Commit

Permalink
fix: replace incorrect branch key with correct branches key in releas…
Browse files Browse the repository at this point in the history
…erc file
  • Loading branch information
MichaelRoytman committed Aug 3, 2023
1 parent 987a3c7 commit 2cec826
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"branch": "main",
"branches": [
"main"
],
"tagFormat": "v${version}",
"verifyConditions": [
"@semantic-release/npm",
Expand Down

0 comments on commit 2cec826

Please sign in to comment.