Skip to content

Commit

Permalink
Merge pull request #2 from edx/michaelroytman/MST-2030-fix-releaserc
Browse files Browse the repository at this point in the history
fix: replace incorrect branch key with correct branches key in releaserc file
  • Loading branch information
MichaelRoytman authored Aug 3, 2023
2 parents 987a3c7 + 2cec826 commit a41fcf8
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 a41fcf8

Please sign in to comment.