chore:use npx instead of GH action
This commit is contained in:
parent
a43160348a
commit
2f5902b35b
2 changed files with 20 additions and 15 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