mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
aec90bb46b
Summary:npm-publish.js is not cohesive enough: besides building and publishing it also modifies some files. It is better to have a separate script that will bump versions, make a commit and tag it. scripts/bump-oss-version.js does exactly that. This simplifies release process and allows manual release to npm if CI is not available. Closes https://github.com/facebook/react-native/pull/6625 Differential Revision: D3092849 fb-gh-sync-id: 92cf38bd3df31c8c9c433fc5f9e15c129855fe0e shipit-source-id: 92cf38bd3df31c8c9c433fc5f9e15c129855fe0e
15 lines
276 B
INI
15 lines
276 B
INI
VERSION_NAME=0.0.1-master
|
|
GROUP=com.facebook.react
|
|
|
|
POM_NAME=ReactNative
|
|
POM_ARTIFACT_ID=react-native
|
|
POM_PACKAGING=aar
|
|
|
|
android.useDeprecatedNdk=true
|
|
|
|
MOCKITO_CORE_VERSION=1.+
|
|
POWERMOCK_VERSION=1.6.2
|
|
ROBOLECTRIC_VERSION=3.0
|
|
JUNIT_VERSION=4.12
|
|
FEST_ASSERT_CORE_VERSION=2.0M10
|