react-native-version icon indicating copy to clipboard operation
react-native-version copied to clipboard

breaking azure build after version apply

Open sammysium opened this issue 4 years ago • 0 comments

After running react-native-version, my azure build pipeline is breaking. My setup is simple:

package.json

"scripts": { 
          "version": "react-native-version"
 }

I do then npm version minor

I do see the correct version happening to

android/app/build.gradle ios/mxapp-tvOS/Info.plist ios/mxapp-tvOSTests/Info.plist ios/mxapp.xcodeproj/project.pbxproj ios/mxapp/Info.plist ios/mxappTests/Info.plist

In case it matters, my package.json initial version was 0.1.0 and it became 0.2.0 after that.

Now, ./gradlew assembleRelease throws an error

any other PR builds fine. Any idea?

sammysium avatar Oct 14 '20 01:10 sammysium