fix: add missing semantic release config (#45)
* fix: resolve unrecognizable ci job * refactor(workflow): reconfigure ci.yml * fix: add missing semantic release config
This commit is contained in:
parent
a94bd4f711
commit
773d775f31
21
.releaserc
Normal file
21
.releaserc
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"branches": [
|
||||
"master"
|
||||
],
|
||||
"plugins": [
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
[
|
||||
"@semantic-release/release-notes-generator",
|
||||
{
|
||||
"preset": "conventionalcommits"
|
||||
}
|
||||
],
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user