You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/12/16 23:36:49 UTC

cordova-coho git commit: Update instructions to just copy over the files from prod docs (since we are not doing --nodocs) instead of manually adding them

Repository: cordova-coho
Updated Branches:
  refs/heads/master c7b971e71 -> ce5d4f0ac


Update instructions to just copy over the files from prod docs (since we are not doing --nodocs) instead of manually adding them


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

Branch: refs/heads/master
Commit: ce5d4f0ac003fa8dbc6ae29e56c17976a2485526
Parents: c7b971e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 16 15:36:46 2016 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 16 15:36:46 2016 -0800

----------------------------------------------------------------------
 docs/plugins-release-process.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ce5d4f0a/docs/plugins-release-process.md
----------------------------------------------------------------------
diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md
index 93d1e08..22c23bf 100644
--- a/docs/plugins-release-process.md
+++ b/docs/plugins-release-process.md
@@ -347,15 +347,8 @@ Files and directories to update in `cordova-website` svn
     cp ../cordova-docs/build-prod/blog/index.html public/blog/index.html
     cp ../cordova-docs/build-prod/feed.xml public/feed.xml
     cp -r ../cordova-docs/build-prod/news/2016/* public/news/2016/
-
-
-Add link for new post to  `public/sitemap.xml`
-<url>
-    <loc>/news/2016/03/12/plugin-release.html</loc>
-</url>
-
-Add a new date to   `public/static/js/index.js`
-like `dates.push('Sat, 12 Mar 2016 00:00:00 +0300');`
+    cp ../cordova-docs/build-prod/sitemap.xml public/sitemap.xml
+    cp ../cordova-docs/build-prod/static/js/index.js public/static/js/index.js
 
     svn status
     svn add $NEW_FILES_HERE


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org