build: add release-it configuration

This commit is contained in:
Miodec 2023-08-11 11:21:38 +02:00
parent f68b0f4c9a
commit d5537c7f36

12
.release-it.json Normal file
View file

@ -0,0 +1,12 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": false,
"ignoreVersion": true
}
}