add sematic-release

This commit is contained in:
Florian Forster 2019-11-15 15:33:35 +01:00
parent fd677e9d4a
commit 5c17919330
No known key found for this signature in database
GPG key ID: B03784B4B09FB794
3 changed files with 16 additions and 12 deletions

7
releaserc.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
branch: 'master',
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator"
]
};