Repository: cordova-coho Updated Branches: refs/heads/master 5ea915fc8 -> ed8075734
Added empty commit step for updating tag and updated docs section Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/ed807573 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/ed807573 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/ed807573 Branch: refs/heads/master Commit: ed8075734fd57ee9ec3865cbab76dfd15fdfa6b3 Parents: 5ea915f Author: Steve Gill <[email protected]> Authored: Wed Nov 18 10:55:17 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Nov 18 10:55:17 2015 -0800 ---------------------------------------------------------------------- docs/platforms-release-process.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/ed807573/docs/platforms-release-process.md ---------------------------------------------------------------------- diff --git a/docs/platforms-release-process.md b/docs/platforms-release-process.md index 2b7e8c8..9b704ee 100644 --- a/docs/platforms-release-process.md +++ b/docs/platforms-release-process.md @@ -329,15 +329,8 @@ Find your release here: https://dist.apache.org/repos/dist/release/cordova/ 2. Use version "[email protected]" ### Update the Docs -TODO: Change this to new docs release process; maybe with tools process? - 1. Upload the new docs to http://cordova.apache.org/docs - * Website README.md explains [How to update the docs](https://svn.apache.org/repos/asf/cordova/site/README.md) - * Commit should look like [this one](http://svn.apache.org/viewvc?view=revision&revision=r1478171) - 1. Ask Michael Brooks to update the docs.cordova.io redirect. - * Check out the branch `cordova-labs:redirect-docs-cordova-io` - * Repository README.md explains [How to update the HTTP redirect](https://github.com/apache/cordova-labs/tree/redirect-docs-cordova-io#usage) - * Nodejitsu is limited to one deployer, so Michael Brooks is currently the point of contact. +Follow the README at https://github.com/apache/cordova-docs ### Announce It! 1. Announce the release to the world! @@ -365,6 +358,8 @@ If you need to move a tag before the release, here is how to do that: Total 0 (delta 0), reused 0 (delta 0) To https://git-wip-us.apache.org/repos/asf/cordova-docs.git * [new tag] 3.1.0 -> 3.1.0 + git commit --allow-empty -m "empty commit to update tag on github mirror" + git push origin Then send a note to the mailing list: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
