Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
chore: configure release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed May 10, 2019
1 parent 384cd82 commit b0e60ea
Show file tree
Hide file tree
Showing 3 changed files with 1,383 additions and 74 deletions.
17 changes: 17 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"git": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"typescript": "tsc --noEmit",
"example": "yarn --cwd example",
"bootstrap": "yarn && yarn example",
"prepare": "bob build"
"prepare": "bob build",
"release": "release-it"
},
"keywords": [
"react-native-component",
Expand Down Expand Up @@ -44,6 +45,7 @@
"@react-native-community/bob": "^0.3.4",
"@react-navigation/core": "^3.4.0",
"@react-navigation/native": "^3.4.1",
"@release-it/conventional-changelog": "^1.0.0",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.13",
"@types/react-native": "^0.57.49",
Expand All @@ -66,6 +68,7 @@
"react-native-screens": "^1.0.0-alpha.22",
"react-native-testing-library": "^1.7.0",
"react-test-renderer": "16.8.6",
"release-it": "^12.0.1",
"typescript": "^3.4.5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b0e60ea

Please sign in to comment.