build prerelease

This commit is contained in:
Livio Amstutz 2022-04-06 11:07:43 +02:00 committed by GitHub
parent dda0628528
commit df3b0d7269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
module.exports = {
branches: ["main"],
branches: ["main", {name: "beta", prerelease: true}],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",