Skip to content

Commit

Permalink
fix: release process
Browse files Browse the repository at this point in the history
  • Loading branch information
msand committed Sep 16, 2019
1 parent 2a26a1b commit 79bbaf1
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 21 deletions.
129 changes: 111 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,30 @@
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
"@react-native-community/eslint-config": "^0.0.5",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@types/react": "^16.9.2",
"@types/react-native": "^0.60.12",
"@types/react-native": "^0.60.14",
"babel-eslint": "^10.0.3",
"eslint": "^6.2.2",
"eslint": "^6.4.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"pegjs": "^0.10.0",
"prettier": "^1.18.2",
"react": "^16.9.0",
"semantic-release": "^15.13.24",
"semantic-release-cli": "^5.2.1",
"typescript": "^3.6.2"
"typescript": "^3.6.3"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
},
"nativePackage": true
}

0 comments on commit 79bbaf1

Please sign in to comment.