You've already forked go-semantic-release
20 lines
344 B
JSON
20 lines
344 B
JSON
|
|
{
|
||
|
|
"commitFormat": "angular",
|
||
|
|
"branch": {
|
||
|
|
"master": "release",
|
||
|
|
"rc-*": "rc",
|
||
|
|
"beta-*": "beta",
|
||
|
|
"alpha-*": "alpha",
|
||
|
|
"*": "none"
|
||
|
|
},
|
||
|
|
"changelog": {
|
||
|
|
"print": "all/compact",
|
||
|
|
"template": ""
|
||
|
|
},
|
||
|
|
"github": {
|
||
|
|
"url": ""
|
||
|
|
},
|
||
|
|
"gitlab": {
|
||
|
|
"url": ""
|
||
|
|
}
|
||
|
|
}
|