Skip to content

novemberfiveco/release-it-react-native-version-bumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS and android version read/write plugin for release-it

This plugin reads and/or writes version/manifest files. It will set CFBundleShortVersionString (iOS) and versionName (android) to the package.json version. CFBundleVersion (iOS) and versionCode (android) will be incremented by 1.

Installation

npm install --save-dev @novemberfiveco/release-it-rn-version-bumper

Configuration Options

"plugins": {
  "@novemberfiveco/release-it-rn-version-bumper": {
    "plistPath": "path-to/Info.plist",
    "gradlePath": "path-to/app/build.gradle"
  }
}

plistPath: string

Required - Path to Info.plist. This will likely be "ios/{PROJECT_NAME}/Info.plist"

gradlePath: string

Required - Path to app build.gradle. This will likely be "android/app/build.gradle"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published