1.4.6 • Published 11 months ago

@gdn/semantic-release-native v1.4.6

Weekly downloads
35
License
MIT
Repository
github
Last release
11 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

For android by default semantic-release-native will use ./android for android folder and use app/build.gradle under that path. If your android path is different pass androidPath parameter into semantic release configuration

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.

Fastlane

If you want to generate release notes for your fastlane, pass isFastlane boolean as following, and locales that you want it to generate under.

"prepare": [
  {
    "path": "@gdn/semantic-release-native",
    "isFastlane": true,
    "fastlaneReleaseNoteLanguages": ["en-US", "nl-NL"]
  }
]
1.4.6

11 months ago

1.4.5

11 months ago

1.4.4

11 months ago

1.4.3

11 months ago

1.4.2

12 months ago

1.4.1

12 months ago

1.4.0

12 months ago

1.3.2

2 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago