You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by ch...@apache.org on 2017/02/15 19:45:13 UTC

incubator-toree git commit: Added notes about producing a release

Repository: incubator-toree
Updated Branches:
  refs/heads/0.1.x d9b3251fb -> aa13a4529


Added notes about producing a release


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/aa13a452
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/aa13a452
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/aa13a452

Branch: refs/heads/0.1.x
Commit: aa13a4529ad1ef6bc980ece40e964f9361098609
Parents: d9b3251
Author: Chip Senkbeil <ch...@gmail.com>
Authored: Wed Feb 15 13:45:06 2017 -0600
Committer: Chip Senkbeil <ch...@gmail.com>
Committed: Wed Feb 15 13:45:06 2017 -0600

----------------------------------------------------------------------
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/aa13a452/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fc8c5d4..9ecfed6 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +97,19 @@ Branch                       | Apache Spark Version
 
 Please note that for the most part, new features will mainly be added to the `master` branch.
 
+Building a Release for Apache
+=============================
+
+1. Generate the source, binary, and pip distributables via `make release`. Copy the contents
+   to the subversion repository `https://dist.apache.org/repos/dist/dev/incubator/toree`
+   as a new release candidate for the specified version (e.g. 0.1.0).
+
+2. Publish staging jars to be available on Apache via `GPG_PASSWORD=... make publish-jars`.
+   From there, you need to close the open repo to promote to staging. This closing is done
+   via the UI here: https://repository.apache.org/#stagingRepositories
+
+3. Create a vote thread similar to [https://lists.apache.org/thread.html/493874de453d9ccbdbc3aecc2f527dea6af82d657104732d726e07f9@<dev.toree.apache.org>](https://lists.apache.org/thread.html/493874de453d9ccbdbc3aecc2f527dea6af82d657104732d726e07f9@<dev.toree.apache.org>)
+
 Resources
 =========