Make changelog part of external rather than internal release
Summary: This makes the changelog generating part of the bump-version process, rather than the build-release Reviewed By: passy Differential Revision: D20284211 fbshipit-source-id: f4a5c9bdb98c91f11a216957c9d5175c4b64fe70
This commit is contained in:
committed by
Facebook Github Bot
parent
3113d2c180
commit
3165a5b504
@@ -89,6 +89,9 @@ jq '.version = $newVal' --arg newVal "$VERSION" "$SONAR_DIR"/package.json > tmp.
|
||||
#Update react-native-flipper to the very same version
|
||||
jq '.version = $newVal' --arg newVal "$VERSION" "$SONAR_DIR"/react-native/react-native-flipper/package.json > tmp.$$.json && mv tmp.$$.json "$SONAR_DIR"/react-native/react-native-flipper/package.json
|
||||
|
||||
#Generate changelog
|
||||
"$SONAR_DIR"/scripts/generate-changelog.js
|
||||
|
||||
echo "Committing the files..."
|
||||
hg addremove
|
||||
|
||||
|
||||
Reference in New Issue
Block a user