Skip to content

Commit

Permalink
chore: prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Feb 11, 2022
1 parent 6e3a016 commit 8b33a20
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"debug": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/github",
"@semantic-release/npm",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git"
],
"branches": [
"master",
{
"name": "next",
"prerelease": true
}
]
}

0 comments on commit 8b33a20

Please sign in to comment.