10 lines
131 B
JSON
10 lines
131 B
JSON
|
{
|
||
|
"git": {
|
||
|
"commitMessage": "Release v${version}",
|
||
|
"tagName": "v${version}"
|
||
|
},
|
||
|
"github": {
|
||
|
"release": true
|
||
|
}
|
||
|
}
|