You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/11/23 20:26:29 UTC

[2/2] docs commit: adding release doc

adding release doc


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/53953e65
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/53953e65
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/53953e65

Branch: refs/heads/master
Commit: 53953e658814f36208364906c97dcf3dd62df220
Parents: 04dfa52
Author: Anis Kadri <an...@gmail.com>
Authored: Fri Nov 23 11:25:11 2012 -0800
Committer: Anis Kadri <an...@gmail.com>
Committed: Fri Nov 23 11:25:11 2012 -0800

----------------------------------------------------------------------
 docs/en/edge/guide/command-line/index.md |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/53953e65/docs/en/edge/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/command-line/index.md b/docs/en/edge/guide/command-line/index.md
index 5b27919..fd745a9 100644
--- a/docs/en/edge/guide/command-line/index.md
+++ b/docs/en/edge/guide/command-line/index.md
@@ -59,6 +59,10 @@ Run the `create` command with the following parameters:
 
     $ /path/to/my_new_cordova_project/cordova/run
 
+### Releasing
+
+    $ /path/to/my_new_cordova_project/cordova/release
+
 ### Logging
 
     $ /path/to/my_new_cordova_project/cordova/log
@@ -121,6 +125,14 @@ or, on **Windows**
 
     $ /path/to/my_new_cordova_project/cordova/clean.bat
 
+### Releasing
+
+    $ /path/to/my_new_cordova_project/cordova/release
+
+or, on **Windows**
+
+    $ /path/to/my_new_cordova_project/cordova/release.bat
+
 
 ## BlackBerry