Skip to content

Commit

Permalink
Merge pull request #3 from francescopisu/dev
Browse files Browse the repository at this point in the history
(fix): add main branch as release branch
  • Loading branch information
francescopisu authored Oct 24, 2022
2 parents 0d43c65 + 72fc789 commit 206fa98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,15 @@
"@semantic-release/changelog": "6.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1"
},
"release": {
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
"main",
"next",
"next-major",
{ "name": "beta", "prerelease": true },
{ "name": "alpha", "prerelease": true }
]
}
}

0 comments on commit 206fa98

Please sign in to comment.