mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore: release on build again
This commit is contained in:
parent
4b907eb70d
commit
3e40a3593e
1 changed files with 14 additions and 0 deletions
14
package.json
14
package.json
|
@ -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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue