ci(release): fix .releaserc.yml with renamed default branch

This commit is contained in:
Julian Tölle 2022-06-25 15:43:24 +02:00
parent ef760288a9
commit 9900bc641d

View file

@ -1,4 +1,8 @@
repositoryUrl": "https://github.com/apricote/Listory" repositoryUrl: "https://github.com/apricote/Listory"
branches:
- "main"
- { name: "beta", prerelease: true }
- { name: "alpha", prerelease: true }
plugins: plugins:
- "@semantic-release/commit-analyzer" - "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator" - "@semantic-release/release-notes-generator"