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

Commit

Permalink
release tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvicenti committed Oct 17, 2018
1 parent b9dbc89 commit 2db6d7e
Show file tree
Hide file tree
Showing 3 changed files with 1,583 additions and 75 deletions.
15 changes: 15 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"increment": "conventional:angular",
"changelogCommand": "conventional-changelog -p angular | tail -n +3",
"safeBump": false,
"src": {
"commitMessage": "chore: release %s",
"tagName": "v%s"
},
"npm": {
"publish": true
},
"github": {
"release": true
}
}
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
"lint": "eslint .",
"format": "eslint . --fix",
"build": "babel --no-babelrc --plugins=transform-react-jsx,transform-class-properties,transform-object-rest-spread,transform-flow-strip-types src --copy-files --out-dir dist --ignore '**/__tests__/**'",
"prepare": "yarn build"
"prepare": "yarn build",
"release": "release-it"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"react-native-component",
Expand Down Expand Up @@ -47,6 +51,7 @@
"babel-plugin-transform-object-rest-spread": "^6.13.0",
"babel-plugin-transform-react-jsx": "^6.18.0",
"babel-preset-react-native": "^4.0.0",
"conventional-changelog-cli": "^2.0.5",
"eslint": "^4.12.1",
"eslint-config-satya164": "^1.0.1",
"eslint-plugin-react-native-globals": "^0.1.0",
Expand All @@ -56,7 +61,8 @@
"react": "16.3.1",
"react-dom": "16.3.1",
"react-native": "~0.55.4",
"react-test-renderer": "16.3.1"
"react-test-renderer": "16.3.1",
"release-it": "^7.6.1"
},
"peerDependencies": {
"@react-navigation/core": "*",
Expand Down
Loading

0 comments on commit 2db6d7e

Please sign in to comment.