This is an automated email from the ASF dual-hosted git repository.
bowserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-coho.git
The following commit(s) were added to refs/heads/master by this push:
new 8bb2d67 CB-13621: Fix the docs to remove update
8bb2d67 is described below
commit 8bb2d67585d440f1552def845a69792b9b8d9a4a
Author: Joe Bowser <[email protected]>
AuthorDate: Thu Nov 30 10:30:59 2017 -0800
CB-13621: Fix the docs to remove update
Updating on the platforms is now removing the platform and re-adding it.
For standalone projects, you have to create a new project.
---
docs/platforms-release-process.md | 26 +-------------------------
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/docs/platforms-release-process.md
b/docs/platforms-release-process.md
index f89b415..861c9f6 100644
--- a/docs/platforms-release-process.md
+++ b/docs/platforms-release-process.md
@@ -179,33 +179,9 @@ To submit a fix:
(cd androidTest2 && ./cordova/run --emulator)
```
-4) Test Project Upgrade via CLI:
-
- ```
- cordova create ./androidTest3 org.apache.cordova.test3 androidTest3
- (cd androidTest3 && cordova platform add [email protected])
- (cd androidTest3 && cordova platform update ../cordova-android)
- (cd androidTest3 && cordova run android --device)
- (cd androidTest3 && cordova platform ls)
- ```
-
-The output from `cordova platform ls` should show the new version of
`cordova-android`.
-
-5) Test Project Upgrade for non-cli projects:
-
- ```
- (cd cordova-android && git checkout 4.1.x)
- ./cordova-android/bin/create ./androidTest4 org.apache.cordova.test4
androidTest4
- (cd cordova-android && git checkout 5.0.x)
- (cd androidTest4 && ../cordova-android/bin/update .)
- (cd androidTest4 && ./cordova/build)
- (cd androidTest4 && ./cordova/run --device)
- (cd androidTest4 && ./cordova/version)
- ```
-
The output from `./cordova/version` should show the new version of
`cordova-android`.
- 6) Run cordova-lib tests
+ 4) Run cordova-lib tests
```
(cd cordova-lib/cordova-lib && npm test)
--
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]