Skip to content

Commit

Permalink
chore: update release-it dep from 7.x to 12.x (callstack#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed Aug 1, 2019
1 parent db98ef0 commit 756d583
Show file tree
Hide file tree
Showing 3 changed files with 699 additions and 1,127 deletions.
10 changes: 6 additions & 4 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"increment": "conventional:angular",
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"src": {
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
Expand All @@ -11,5 +8,10 @@
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@callstack/eslint-config": "^6.1.0",
"@commitlint/config-conventional": "^7.5.0",
"@react-native-community/bob": "^0.4.1",
"@release-it/conventional-changelog": "^1.1.0",
"@types/color": "^3.0.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.4",
Expand Down Expand Up @@ -86,7 +87,7 @@
"react-native-testing-library": "^1.5.0",
"react-native-vector-icons": "~6.0.2",
"react-test-renderer": "16.8.3",
"release-it": "^7.6.2",
"release-it": "^12.3.3",
"rimraf": "^2.6.2",
"typescript": "^3.5.1"
},
Expand Down
Loading

0 comments on commit 756d583

Please sign in to comment.