Autogenerate changelog using github-release-notes (#382)
* Auto generate changelog * Update .github/main.workflow * Add skip-changelog as a valid PR label
Showing
.grenrc.js
0 → 100644
... | @@ -63,7 +63,8 @@ | ... | @@ -63,7 +63,8 @@ |
"detox": "13.x.x", | "detox": "13.x.x", | ||
"jsc-android": "236355.x.x", | "jsc-android": "236355.x.x", | ||
"jest": "24.8.0", | "jest": "24.8.0", | ||
"metro-react-native-babel-preset": "0.55.x" | "metro-react-native-babel-preset": "0.55.x", | ||
"github-release-notes": "0.17.0" | |||
}, | }, | ||
"publishConfig": { | "publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | "registry": "https://registry.npmjs.org/" | ||
... | ... |
Please register or sign in to comment