24 lines
387 B
JSON
24 lines
387 B
JSON
{
|
|
"releaseCommitMessageFormat": "build(release): {{currentTag}}",
|
|
"packageFiles": [
|
|
{
|
|
"filename": "package.json",
|
|
"type": "json"
|
|
}
|
|
],
|
|
"bumpFiles": [
|
|
{
|
|
"filename": "package.json",
|
|
"type": "json"
|
|
},
|
|
{
|
|
"filename": "package-lock.json",
|
|
"type": "json"
|
|
},
|
|
{
|
|
"filename": "jsr.json",
|
|
"type": "json"
|
|
}
|
|
]
|
|
}
|