This is an automated email from the ASF dual-hosted git repository. janpio pushed a commit to branch janpio-CB-13624 in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
commit e7735468b62c16a9d2d9bf65b5e44e6e1405c9f9 Author: Jan Piotrowski <[email protected]> AuthorDate: Wed Dec 6 23:29:25 2017 +0100 CB-13624: note that commands are applied on `master` branch --- docs/platforms-release-process.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md index 4cc1782..bc64334 100644 --- a/docs/platforms-release-process.md +++ b/docs/platforms-release-process.md @@ -73,6 +73,8 @@ Checkin updated modules (use npm 3.10.1+) git commit -m "$JIRA Updated checked-in node_modules" npm install (Re-add devDependencies for ability to run tests locally) +Note: This will commit these changes directly to the `master` branch of the platform you are working on. This is intended. + ## Release Check Ensure license headers are present everywhere. For reference, see this [background](http://www.apache.org/legal/src-headers.html). Expect some noise in the output, for example some files from test fixtures will show up. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
