Repository: cordova-coho Updated Branches: refs/heads/master 696809c54 -> 48ddc99ca
update instructions for publishing blog Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/48ddc99c Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/48ddc99c Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/48ddc99c Branch: refs/heads/master Commit: 48ddc99ca7096dac8c155bbb1d35382a0b2aa17d Parents: 696809c Author: Marcel Kinard <[email protected]> Authored: Tue Sep 23 06:23:12 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Tue Sep 23 06:23:12 2014 -0400 ---------------------------------------------------------------------- docs/plugins-release-process.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/48ddc99c/docs/plugins-release-process.md ---------------------------------------------------------------------- diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md index 27e79bf..4f99cfc 100644 --- a/docs/plugins-release-process.md +++ b/docs/plugins-release-process.md @@ -259,8 +259,20 @@ Actually a better alternative would be to unzip the voted content to a temporary ## Post blog Post +See [full instructions](http://svn.apache.org/viewvc/cordova/site/README.md?view=markup). + + cd cordova-website + svn update + cd apache-blog-posts + git pull + cd .. + grunt updateBlog rake build - svn st + # correct any build errors, and repeat until clean run + rake serve + # preview contents at localhost:4000 + (cd apache-blog-posts && git add . & git commit) + svn status svn add NEW_FILES_HERE svn commit
