This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 8003004 Added notes on how to generate RC to README
8003004 is described below
commit 8003004f512f72a71f0b3a46a24334b8aaf413f4
Author: stack <[email protected]>
AuthorDate: Fri Apr 12 15:38:45 2019 -0700
Added notes on how to generate RC to README
---
README.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.txt b/README.txt
index 27dbea5..8c40482 100644
--- a/README.txt
+++ b/README.txt
@@ -48,6 +48,17 @@ To cut a release candidate, update JIRA. The hbase-thirdparty
currently uses hbase JIRA but with versions specified with a
''thirdparty-' prefix as in thirdparty-2.2.0.
+Update release notes and changes by doing following:
+
+ $ source ../hbase.git/dev-support/create-release/release-util.sh;
update_releasenotes . thirdparty-2.2.0
+
+The 'pwd' argument says where the thirdparty files to edit are and the
+last argument is the version to search JIRA with.
+
+Change the pom versions.
+
+Commit changes.
+
To generate the source tarball do as follows (below uses 2.2.0
as target version and 2.2.0RC0 as the tag to use):