refactor: update ci and semantic release

This commit is contained in:
2022-08-14 01:02:23 +01:00
parent 3a3688e139
commit b6391d4d91
4 changed files with 4 additions and 26 deletions

View File

@ -1,21 +0,0 @@
{
"branches": [
"master"
],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "conventionalcommits"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "conventionalcommits"
}
],
"@semantic-release/npm",
"@semantic-release/github"
]
}