add sematic-release (#3)
* add sematic-release * refactor * job release depends on job test * seperate step * add badge
This commit is contained in:
parent
94a4ac9068
commit
ed04290a62
4 changed files with 30 additions and 32 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