actions-marketplace-validations/Mobile Version Bump
Bump Android & iOS versions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| android-project-path | *Required. The path to the Android project. If not provided, the Android version will not be bumped. | no | — |
| ios-project-path | *Required. The path to the iOS project. If not provided, the iOS version will not be bumped. | no | — |
| bump-type | The type of bump to perform. Can be one of: major, minor, patch. | no | — |
| build-number | The build number to use for the iOS version. If not provided, the build number will be incremented by 1. | no | — |
| version-code | The version code to use for the Android version. If not provided, the version code will be incremented by 1. | no | — |
Outputs
| name | description |
|---|---|
| android-version | The new Android version. |
| android-version-code | The new Android version code. |
| ios-version | The new iOS version. |
| ios-build-number | The new iOS build number. |