Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-13809

Platform Release, "Prepare release" step doesn't work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • cordova-coho
    • None

    Description

      https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#prepare-release

      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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Sujan12 Jan Piotrowski (janpio)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: