AppVersionRelease required even if specified in argument #20
Replies: 1 comment
-
AppVersionRelease is a mandatory field in the conf file, and is checked separately to the command line. However, if you wish to provide it only on the command line, simply set AppVersionRelease to "1.0.0" and forget about it.
Yes. As per conf documentation: Mandatory application version and package release of form: 'VERSION[RELEASE]'. Use optional square |
Beta Was this translation helpful? Give feedback.
-
App version can be specified with
-v
argument; but even there, it complains thatAppVersionRelease
is required.If both are specified, is
AppVersionRelease
ignored to be replaced by the specified version?I don't want to have to modify the
.conf
file for every release.Beta Was this translation helpful? Give feedback.
All reactions