You've already forked go-semantic-release
feat(init): increase version depending on commit (angular format)
This commit is contained in:
20
release-config.json
Normal file
20
release-config.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"commitFormat": "angular",
|
||||
"branch": {
|
||||
"master": "release",
|
||||
"rc-*": "rc",
|
||||
"beta-*": "beta",
|
||||
"alpha-*": "alpha",
|
||||
"*": "none"
|
||||
},
|
||||
"changelog": {
|
||||
"print": "all/compact",
|
||||
"template": ""
|
||||
},
|
||||
"github": {
|
||||
"url": ""
|
||||
},
|
||||
"gitlab": {
|
||||
"url": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user