Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Create .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Sep 27, 2023
1 parent d8e7a6a commit 8169388
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 @@
{
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
],
"plugins": ["@semantic-release/commit-analyzer"]
}

0 comments on commit 8169388

Please sign in to comment.