Skip to content

Commit

Permalink
Merge pull request #470 from RalphHightower/RalphHightower-patch-145731
Browse files Browse the repository at this point in the history
[fix](build): PR#467: Add missing comma to release
  • Loading branch information
RalphHightower authored Dec 11, 2024
2 parents cdaae50 + 5eaee40 commit f2e2292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"release": {
"branches": ["main", "next"]
}
},
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand All @@ -21,4 +21,4 @@
}
]
]
}
}

0 comments on commit f2e2292

Please sign in to comment.