Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

The app version format #1435

@gokhanamal

Description

@gokhanamal

It is not an issue, it is a feature request.

I've changed my app version format. I am using version format like yyyy.mm.dd (2018.10.13). The version format easier than major and minor version format to follow the app versions. I am sure a lot of developer use that version format. The app store and google play store are not making any trouble to publish the app with the version format. But when I try to code push with a specific binary version with the version format like 2018.10.13, the codepush returns an error. Is it possible for codepush to support this version format? It is an important feature for my apps because I always use the version format.

ERROR MESSAGE
Error: Command 'codepush release-react -a /-iOS -m --description Last Release Bug Fix' failed with exception "The "CFBundleShortVersionString" key in the "ios/**/Info.plist" file needs to specify a valid semver string, containing both a major and minor version (e.g. 1.3.2, 1.1).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions