feat: add releaserc

Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
This commit is contained in:
gfanton 2022-11-08 18:11:58 +01:00
parent ca39d6735f
commit 5b527303a3

10
.releaserc Normal file
View File

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