We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14acddf commit 8003004Copy full SHA for 8003004
README.txt
@@ -48,6 +48,17 @@ To cut a release candidate, update JIRA. The hbase-thirdparty
48
currently uses hbase JIRA but with versions specified with a
49
''thirdparty-' prefix as in thirdparty-2.2.0.
50
51
+Update release notes and changes by doing following:
52
+
53
+ $ source ../hbase.git/dev-support/create-release/release-util.sh; update_releasenotes . thirdparty-2.2.0
54
55
+The 'pwd' argument says where the thirdparty files to edit are and the
56
+last argument is the version to search JIRA with.
57
58
+Change the pom versions.
59
60
+Commit changes.
61
62
To generate the source tarball do as follows (below uses 2.2.0
63
as target version and 2.2.0RC0 as the tag to use):
64
0 commit comments