1.3.2 • Published 12 months ago

@gdn/semantic-release-native v1.3.2

Weekly downloads
35
License
MIT
Repository
-
Last release
12 months ago

semantic-release-native

A semantic release plugin to update your android and ios app version using the semver version from semantic release.

Usage

Simply npm install @gdn/semantic-release-native --save-dev and add the plugin to your prepare step in semantic release config like so:

|"prepare": [ |"@gdn/semantic-release-native" |]

Advanced

By default for android semantic-release-native will attempt to look for your build.gradle file in the ./android/app/ folder. If your folder structure is different, pass the complete path to your file in the configuration property 'androidPath'.

For ios it takes the '/ios/' folder and attempts to update all subdirectories with plist files to the new version. If your plist files are not below a '/ios/' folder you can pass an alternative folder to iosPath in the semantic release configuration.

1.3.2

12 months ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

5 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago