mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
build: add release-it configuration
This commit is contained in:
parent
f68b0f4c9a
commit
d5537c7f36
1 changed files with 12 additions and 0 deletions
12
.release-it.json
Normal file
12
.release-it.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"git": {
|
||||
"commitMessage": "chore: release v${version}"
|
||||
},
|
||||
"github": {
|
||||
"release": true
|
||||
},
|
||||
"npm": {
|
||||
"publish": false,
|
||||
"ignoreVersion": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue