fix: add missing semantic release config

This commit is contained in:
Walid 2022-08-13 20:11:38 +01:00
parent 68a421754f
commit 3a3688e139
No known key found for this signature in database
GPG Key ID: 7DF9215FC4E48853

21
.releaserc Normal file
View 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"
]
}