Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-14230 patch release 5.0.4 #55

Merged
merged 4 commits into from
Jul 31, 2018
Merged

CB-14230 patch release 5.0.4 #55

merged 4 commits into from
Jul 31, 2018

Conversation

brodycj
Copy link

@brodycj brodycj commented Jul 30, 2018

Platforms affected

browser

What does this PR do?

  • Update RELEASENOTES.md with the most important changes for 5.0.3 (was forgotten in the 5.0.3 release)
  • Update RELEASENOTES.md with the most important changes for 5.0.4
  • Update JS snapshot, VERSION, and version to 5.0.4 on 5.0.x branch using the following command with updates from Improve patch release support cordova-coho#176: ./cordova-coho/coho prepare-platform-release-branch --version 5.0.4 -r browser 5.0.x

This release includes the following changes:

What testing has been done on this change?

  • npm audit shows 0 vulnerabilities (using npm@6.2.0)
  • npm outdated --depth=0 shows no red entries
  • coho audit-license-headers -r browser shows no missing license headers
  • coho check-license -r browser shows no incorrect licenses (NOTE: this patch release now includes xmldom package which does not have correct SPDX expression; however, visual inspection of node_modules/xmldom/LICENSE shows MIT license option, which is acceptable.)
  • npm test succeeds on local machine
  • npm test succeeds on AppVeyor CI & Travis CI
  • able to add to https://github.com/brodybits/cordova-dialogs-bootstrap-test using cordova platform add github:brodybits/cordova-browser#5.0.x, run, and try a couple dialogs with npm@2.15.11 (bundled with deprecated node v4.9.1) on Windows Edge, Windows Chrome, and macOS Safari
  • able to add to https://github.com/brodybits/cordova-dialogs-bootstrap-test using cordova platform add github:brodybits/cordova-browser#5.0.x, run, and try a couple dialogs with npm@5.6.0 (bundled with node v8.11.3)

Checklist

  • Reported an issue in the JIRA database
  • Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected. (manual changes only)
  • Added automated test coverage as appropriate for this change.

@brodycj brodycj changed the base branch from master to 5.0.x July 30, 2018 21:33
@janpio
Copy link
Member

janpio commented Jul 30, 2018

Update RELEASENOTES.md with major changes for 5.0.4

major changes? Typo?

RELEASENOTES.md Outdated
* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` in `cordova.js` (update from `cordova-js@4.2.4`) in `5.0.x`
* [GH-53](https://github.com/apache/cordova-browser/pull/53) add Node.js 10 to AppVeyor CI and Travis CI (`5.0.x`)

### 5.0.3 (Dec 20, 2017)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated changes - should those be here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@janpio I will assume that you mean the old 5.0.3 RELEASENOTE changes. These changes are needed somewhere since someone forgot to do them before making 5.0.3 release. I would be happy to move these to a separate PR.

Copy link
Member

@janpio janpio Jul 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I commented on that line exactly - Github just uselessly displays some more lines to confuse you :/

I don't really care about the separate PR, just mention it in the PR description - so no one can assume it is accidental (as I did).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just mention it in the PR description

done (my bad)

@brodycj
Copy link
Author

brodycj commented Jul 30, 2018

major changes? Typo?

Reworded to "most important changes" in the description.

@brodycj brodycj changed the title CB-14230 patch release 5.0.4 WIP: CB-14230 patch release 5.0.4 Jul 30, 2018
RELEASENOTES.md Outdated
### 5.0.4 (Jul 30, 2018)
* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) update dependencies to resolve `npm audit` issues, pinned in `5.0.x` only ([GH-53](https://github.com/apache/cordova-browser/pull/53))
* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` in `cordova.js` (update from `cordova-js@4.2.4`) in `5.0.x`
* [GH-53](https://github.com/apache/cordova-browser/pull/53) add Node.js 10 to AppVeyor CI and Travis CI (`5.0.x`)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding Node.js 10 to CI was not really part of GH-53, will fix this once I resolve a few more red entries in npm outdated --depth=0 as discussed in the description.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now fixed, continuing with tests before pushing to 5.0.x

@brodycj brodycj self-assigned this Jul 31, 2018
@brodycj brodycj changed the title WIP: CB-14230 patch release 5.0.4 CB-14230 patch release 5.0.4 Jul 31, 2018
@brodycj brodycj merged commit c61ce21 into apache:5.0.x Jul 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants