Skip to content

Commit

Permalink
fix: Add .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooney committed Dec 16, 2020
1 parent 46a0012 commit 6a80bb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"preset": "conventionalcommits",
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
]
}

0 comments on commit 6a80bb2

Please sign in to comment.