Skip to content

Commit

Permalink
Merge pull request #922 from streamich/fix-prereleases
Browse files Browse the repository at this point in the history
ci: properly release prereleases
  • Loading branch information
streamich authored Jun 20, 2023
2 parents a4bc268 + a1771f4 commit e9fba95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
}
},
"release": {
"branches": [
"master",
{
"name": "next",
"prerelease": true
}
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
Expand Down

0 comments on commit e9fba95

Please sign in to comment.