Repository: cordova-coho Updated Branches: refs/heads/master 48ddc99ca -> 71b9f27ea
fix typo in blog generation instructions Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/71b9f27e Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/71b9f27e Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/71b9f27e Branch: refs/heads/master Commit: 71b9f27eae292a598948937b63a772ce9f002422 Parents: 48ddc99 Author: Marcel Kinard <[email protected]> Authored: Tue Sep 23 06:26:50 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Tue Sep 23 06:26:50 2014 -0400 ---------------------------------------------------------------------- docs/plugins-release-process.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/71b9f27e/docs/plugins-release-process.md ---------------------------------------------------------------------- diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md index 4f99cfc..654d49d 100644 --- a/docs/plugins-release-process.md +++ b/docs/plugins-release-process.md @@ -270,10 +270,11 @@ See [full instructions](http://svn.apache.org/viewvc/cordova/site/README.md?view rake build # correct any build errors, and repeat until clean run rake serve - # preview contents at localhost:4000 - (cd apache-blog-posts && git add . & git commit) + # preview contents at localhost:4000 and repeat until satisfied + (cd apache-blog-posts && git add . && git commit) svn status svn add NEW_FILES_HERE + # commit the new and modified files svn commit ## Do other announcements
