Skip to content

Commit

Permalink
Migrate to release-it v11
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 1, 2019
1 parent 6339e93 commit a840eef
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 728 deletions.
23 changes: 13 additions & 10 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
{
"src": {
"tagName": "v%s",
"tagAnnotation": "Release v%s",
"commitMessage": "chore(Release): v%s",
"beforeStartCommand": "rm -rf packages/blockchain-wallet-v4-frontend/build; yarn manage:translations"
"scripts": {
"beforeStart": [
"rm -rf packages/blockchain-wallet-v4-frontend/build",
"yarn manage:translations"
]
},
"git": {
"requireCleanWorkingDir": false,
"requireUpstream": false,
"_changelog": "changelog -t $(git describe --abbrev=0 --tags) -f -",
"commitMessage": "chore(Release): v{version}",
"tagName": "v{version}",
"tagAnnotation": "Release v{version}",
"pushArgs": "--no-verify"
},
"github": {
"release": true,
"preRelease": true,
"releaseName": "v%s",
"releaseName": "v{version}",
"tokenRef": "RELEASE_IT_TOKEN"
},
"changelogCommand": "changelog -t $(git describe --abbrev=0 --tags) -f -",
"requireCleanWorkingDir": false,
"requireUpstream": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"react-test-renderer": "16.6.3",
"redux-mock-store": "1.5.3",
"redux-saga-test-plan": "3.7.0",
"release-it": "8.2.0",
"release-it": "^11.0.0",
"rimraf": "2.6.3",
"staged-git-files": "1.1.2",
"standard": "12.0.1",
Expand Down

0 comments on commit a840eef

Please sign in to comment.