feat(init): increase version depending on commit (angular format)

This commit is contained in:
Nightapes
2019-05-13 22:36:24 +02:00
parent d313974d64
commit fe54370e7e
12 changed files with 664 additions and 1 deletions

20
release-config.json Normal file
View 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": ""
}
}