stovmascript/react-native-version

breaking azure build after version apply

sammysium opened this issue · 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?