chore: fix sem rel configuration

This commit is contained in:
Livio Amstutz 2021-08-27 15:40:31 +02:00 committed by GitHub
parent 1bd04e9f36
commit 3ed3fa5c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
module.exports = {
branch: 'main',
branches: ["main"],
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github"
]
};
};