Repository: cordova-coho Updated Branches: refs/heads/master e63a9ba33 -> 54feabfb1
remove blog post and cordova-docs build instructions This closes #159 Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/54feabfb Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/54feabfb Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/54feabfb Branch: refs/heads/master Commit: 54feabfb1ec88d34d5843de8e84feb62264b0709 Parents: e63a9ba Author: Jan Piotrowski <[email protected]> Authored: Tue Sep 26 17:20:42 2017 +0200 Committer: Steve Gill <[email protected]> Committed: Tue Sep 26 10:30:53 2017 -0700 ---------------------------------------------------------------------- docs/plugins-release-process.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/54feabfb/docs/plugins-release-process.md ---------------------------------------------------------------------- diff --git a/docs/plugins-release-process.md b/docs/plugins-release-process.md index 22c23bf..7935252 100644 --- a/docs/plugins-release-process.md +++ b/docs/plugins-release-process.md @@ -326,35 +326,7 @@ Make a copy of your released tag with a prefix of `rel\YOURTAG`. These are perma ## Post blog Post - -Add blog post markdown file like `www/_posts/2016-03-12-plugin-release.md` - -Send PR to https://github.com/apache/cordova-docs - -See full instructions in the cordova-docs [README](https://github.com/apache/cordova-docs#writing-a-blog-post) - -Run a production build: - - node_modules/.bin/gulp build --prod - -Output is located in `build-prod` - - cd cordova-website - svn update -Files and directories to update in `cordova-website` svn - - cp -r ../cordova-docs/build-prod/announcements/2016/* public/announcements/2016/ - 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/ - 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 - svn update - # commit the new and modified files - svn commit -m "Add blog post for plugin release $JIRA" +See instructions in the cordova-docs [README](https://github.com/apache/cordova-docs#writing-a-blog-post) ## Do other announcements --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
