Skip to content

Commit

Permalink
fix: release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Mar 24, 2021
1 parent 592bf63 commit a3d7160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"branches": ["main", "next"],
"branches": [
{name: "main"},
{name: "next", channel: "next", prerelease: "next"}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit a3d7160

Please sign in to comment.