incognos/Set Expo build numbers using tag
Sets the version, buildNumber and versionCode in app.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| filepath | Path to app.json | no | ./app.json |
| platforms | Comma-separated list of platforms (iOS and Android available) | no | ios,android |
| tag | The tag to use for the version number | yes | v1.0.0 |
Outputs
| name | description |
|---|---|
| version | The version number in expo app.json |
| versioncode | The set Android versioncode |
| buildnumber | The set iOS buildnumber |