Add missing step
Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/991b88fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/991b88fe Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/991b88fe Branch: refs/heads/develop Commit: 991b88fec02791e70a0c6105d81656ae5121ceee Parents: 5a35586 Author: Donald Szeto <[email protected]> Authored: Sun Apr 9 11:37:09 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Sun Apr 9 11:37:09 2017 -0700 ---------------------------------------------------------------------- PMC.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/991b88fe/PMC.md ---------------------------------------------------------------------- diff --git a/PMC.md b/PMC.md index 3609f34..a8be0b6 100644 --- a/PMC.md +++ b/PMC.md @@ -10,6 +10,7 @@ signing key. 1. `git checkout -b release/0.11.0` 2. Replace all `0.11.0-SNAPSHOT` in the code tree to `0.11.0-incubating`. 3. `git commit -am "Prepare 0.11.0-incubating-rc1"` + 4. `git tag -am "Apache PredictionIO (incubating) 0.11.0-rc1" v0.11.0-incubating-rc1` 4. If you have not done so, use SVN to checkout https://dist.apache.org/repos/dist/dev/incubator/predictionio. This is the area for staging release candidates for voting.
