Historically we've used npm version <major/minor/patch> to increment the version numbers and add the git tag. See example commit.
However, the recent react-native upgrade contains a shellScript in project.pbxproj that doesn't satisfy the parser in react-native-version (see issue).
I tried fixing it trivially, to no avail. Perhaps a future RN upgrade will solve this issue. Otherwise someone can try to rework the shell script to satisfy the constraints.
In the meantime, do the version changes manually, and git tag.
Historically we've used
npm version <major/minor/patch>to increment the version numbers and add the git tag. See example commit.However, the recent
react-nativeupgrade contains ashellScriptinproject.pbxprojthat doesn't satisfy the parser inreact-native-version(see issue).I tried fixing it trivially, to no avail. Perhaps a future RN upgrade will solve this issue. Otherwise someone can try to rework the shell script to satisfy the constraints.
In the meantime, do the version changes manually, and git tag.