renaming app to Flipper
Summary: rename all visible references of Sonar to Flipper. Changes endpoint URLs to the new repo address. Reviewed By: passy Differential Revision: D9082100 fbshipit-source-id: 2ab8b680a19c23d80050e8e768379c29d66acfca
This commit is contained in:
committed by
Facebook Github Bot
parent
2c48afdf04
commit
134a0d96c5
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "✨ Creating new Sonar release on GitHub..."
|
||||
MAJOR=$(curl -x fwdproxy:8080 --silent https://raw.githubusercontent.com/facebook/Sonar/master/package.json | jq -r '.version' | sed -E 's/[0-9]+$//g')
|
||||
echo "✨ Creating new Flipper release on GitHub..."
|
||||
MAJOR=$(curl -x fwdproxy:8080 --silent https://raw.githubusercontent.com/facebook/flipper/master/package.json | jq -r '.version' | sed -E 's/[0-9]+$//g')
|
||||
|
||||
echo "What should the patch version of the next release be? (v${MAJOR}_)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user