docs(*): changelog generator

This commit is contained in:
Salakar
2019-12-07 23:56:00 +00:00
parent a5847c9837
commit ab070afd17
2 changed files with 75 additions and 4 deletions

View File

@@ -12,6 +12,7 @@
"lerna:link": "lerna link && lerna exec -- yarn link",
"lerna:clean": "lerna clean",
"gen:reference": "node scripts/generate-typedoc.js",
"generate-changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -t -v -l",
"tests:packager:chrome": "cd tests && node_modules/.bin/react-native start --platforms ios,android --reset-cache",
"tests:packager:jet": "cd tests && cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start",
"tests:packager:jet-reset-cache": "cd tests & cross-env REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --reset-cache",
@@ -36,10 +37,10 @@
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"@babel/runtime": "^7.5.5",
"@invertase/babel-preset-react-native-syntax": "^0.1.3",
"@react-native-community/eslint-config": "^0.0.5",
"codecov": "^3.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
@@ -54,7 +55,8 @@
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"typedoc": "^0.15.0",
"typescript": "^3.5.3"
"typescript": "^3.5.3",
"conventional-changelog-cli": "^2.0.28"
},
"lint-staged": {
"packages/**/*.js": [
@@ -77,7 +79,8 @@
"tests"
],
"nohoist": [
"packages/template/project/react-native", "packages/template/project/react-native/**",
"packages/template/project/react-native",
"packages/template/project/react-native/**",
"detox",
"**/detox",
"**/detox/**",