Set attributes to Flipper release builds

Summary: Changelog: fixed applying of product attributes (title, publisher etc) to Flipper builds.

Reviewed By: passy

Differential Revision: D20724437

fbshipit-source-id: 70e31484ddd59f1802573e2f963ee37857ab8405
This commit is contained in:
Anton Nikolaev
2020-03-30 01:53:18 -07:00
committed by Facebook GitHub Bot
parent d98bf10646
commit 5ed3e8b1eb
3 changed files with 10 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{ {
"name": "flipper", "name": "flipper",
"version": "0.34.0", "version": "0.35.0",
"versionDate": "2018-4-12",
"description": "Mobile development tool", "description": "Mobile development tool",
"productName": "Flipper", "productName": "Flipper",
"author": "Facebook Inc", "author": "Facebook Inc",

View File

@@ -1,6 +1,12 @@
{ {
"name": "flipper-project", "name": "flipper-project",
"version": "0.35.0", "version": "0.35.0",
"description": "Mobile development tool",
"productName": "Flipper",
"author": "Facebook Inc",
"icon": "icon.png",
"category": "facebook-intern",
"privileged": true,
"private": true, "private": true,
"workspaces": { "workspaces": {
"packages": [ "packages": [

View File

@@ -66,6 +66,9 @@ fi
echo "Preparing release $VERSION..." echo "Preparing release $VERSION..."
# Updating "flipper" npm package to the same version
npm -C "$DESKTOP_DIR"app version "$VERSION"
# Update react-native-flipper to the very same version # Update react-native-flipper to the very same version
npm -C "$SONAR_DIR"react-native/react-native-flipper version "$VERSION" npm -C "$SONAR_DIR"react-native/react-native-flipper version "$VERSION"