chore: release on build again

This commit is contained in:
Rhys Arkins 2019-05-27 07:43:25 +02:00
parent 4b907eb70d
commit 3e40a3593e

View file

@ -239,6 +239,20 @@
}, },
"release": { "release": {
"branch": "master", "branch": "master",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "docs",
"scope": "readme.md",
"release": "patch"
},
{
"type": "build",
"release": "patch"
}
]
},
"tagFormat": "${version}" "tagFormat": "${version}"
} }
} }