Merge branch 'master' into develop

This commit is contained in:
Walid 2022-08-14 01:30:29 +01:00 committed by GitHub
commit fc58263c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
]
}