Repository: incubator-gearpump Updated Branches: refs/heads/master 184594f1a -> 5bc275ef9
fix upstream ref in ReleaseProcess.md Author: manuzhang <[email protected]> Closes #64 from manuzhang/fix_doc. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/5bc275ef Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/5bc275ef Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/5bc275ef Branch: refs/heads/master Commit: 5bc275ef9fddf17be4b4e13b11e6b96f7f058c2d Parents: 184594f Author: manuzhang <[email protected]> Authored: Tue Jul 19 09:34:25 2016 +0800 Committer: manuzhang <[email protected]> Committed: Tue Jul 19 09:34:25 2016 +0800 ---------------------------------------------------------------------- ReleaseProcess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/5bc275ef/ReleaseProcess.md ---------------------------------------------------------------------- diff --git a/ReleaseProcess.md b/ReleaseProcess.md index 5cf7536..4ecf460 100644 --- a/ReleaseProcess.md +++ b/ReleaseProcess.md @@ -26,7 +26,7 @@ Step1: Pre-release Step2: Release ================== 1. Create a tag by ```git tag RELEASE_VERSION``` -2. ```git remote add upstream https://github.com/gearpump/gearpump.git``` +2. ```git remote add upstream https://github.com/apache/incubator-gearpump``` 3. ```git push upstream RELEASE_VERSION``` Step3: Post-Release
