You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jan Piotrowski (Sujan) (JIRA)" <ji...@apache.org> on 2018/02/19 22:13:00 UTC

[jira] [Updated] (CB-13809) Release, "Prepare release" step doesn't work and description incomplete

     [ https://issues.apache.org/jira/browse/CB-13809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Piotrowski (Sujan) updated CB-13809:
----------------------------------------
    Summary: Release, "Prepare release" step doesn't work and description incomplete  (was: Release, !Prepare release! step doesn't work and description incomplete)

> Release, "Prepare release" step doesn't work and description incomplete
> -----------------------------------------------------------------------
>
>                 Key: CB-13809
>                 URL: https://issues.apache.org/jira/browse/CB-13809
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-coho
>            Reporter: Jan Piotrowski (Sujan)
>            Priority: Major
>
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#prepare-release
> 1.
> {code}
> sujan@LenovoX1:/mnt/c/Projects/Cordova/cordova-repos$ for l in cordova-windows; do ( cd $l; v="$(grep '"version"' package.json | cut -d'"' -f4)"; if [[ $v = *-dev ]]; then v2="${v%-dev}"; echo "$l: Setting version to $v2"; sed -i '' -E 's/version":.*/version": "'$v2'",/' package.json; fi) ; done
> cordova-windows: Setting version to 5.1.0
> sed: can't read s/version":.*/version": "5.1.0",/: No such file or directory
> {code}
> 2. Text before headline says "Increase the version within package.json using SemVer ...", but the command doesn't really do this if I understood correctly. If one should actually change the version somehow manually, this could be clearer.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org