add sematic-release
This commit is contained in:
parent
fd677e9d4a
commit
5c17919330
3 changed files with 16 additions and 12 deletions
7
releaserc.js
Normal file
7
releaserc.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
branch: 'master',
|
||||
plugins: [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator"
|
||||
]
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue