wellsite-navigator/Version Generator

Generates version files based on git information

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dirDirectory to use for command execution and output file pathno.
outputFilePathOutput file path (relative to dir if not absolute) where the version file should be writtenno
formatOutput format (string or json)nostring
androidEnable Android version code generationnofalse
android-packageAndroid package nameno
android-service-account-keyService account key JSON for Google Play API authenticationno
android-trackTrack to check for version codesno
android-major-incrementIncrement to add to version code on major version change (default: 10)no10
iosEnable iOS build number generationnofalse
ios-bundle-idiOS bundle IDno
ios-api-key-idApp Store Connect API Key IDno
ios-api-issuer-idApp Store Connect API Issuer IDno
ios-api-private-keyApp Store Connect API Private Key (can be base64-encoded)no
namedescription
versionThe generated version string
majorThe major version number
minorThe minor version number
patchThe patch version number (commit count since the last tag)
branchNameThe current branch name
commitHashThe current commit hash
appReleaseVersionThe app release version (only major.minor.patch) for mobile app versioning
androidVersionCodeThe Android version code (if Android version code generation is enabled)
iosBuildNumberThe iOS build number (if iOS build number generation is enabled)
iosBuildNumberStringThe iOS build number in string format (if iOS build number generation is enabled)