cordova-set-version-name
v1.0.0
Published
A script for replacing the version in the Cordova config.xml file
Downloads
26
Readme
cordova-set-version-name
This is a commandline script that will set a Cordova config.xml version to the value you specify. This is useful during continuous integration builds for setting a version name automatically.
Usage
cordova-set-version-name -f <cordova_config_file> -n <version_name>
Example
cordova-set-version-name -f config.xml -n $VERSION_NAME
License
MIT