Skip to content

Commit

Permalink
Sync back-compat config
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 25, 2020
1 parent ea3f608 commit 63d03aa
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions conf/release-it.json
@@ -1,7 +1,7 @@
{
"hooks": {},
"git": {
"changelog": "git log --pretty=format:\"* %s (%h)\" ${latestTag}...HEAD",
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
"requireCleanWorkingDir": true,
"requireBranch": false,
"requireUpstream": true,
Expand All @@ -22,9 +22,10 @@
"publish": true,
"publishPath": ".",
"tag": null,
"access": null,
"otp": null,
"ignoreVersion": false
"ignoreVersion": false,
"skipChecks": false,
"timeout": 10
},
"github": {
"release": false,
Expand All @@ -36,14 +37,16 @@
"assets": null,
"host": null,
"timeout": 0,
"proxy": null
"proxy": null,
"skipChecks": false
},
"gitlab": {
"release": false,
"releaseName": "Release ${version}",
"releaseNotes": null,
"tokenRef": "GITLAB_TOKEN",
"assets": null,
"origin": null
"origin": null,
"skipChecks": false
}
}

0 comments on commit 63d03aa

Please sign in to comment.