Skip to content

Commit 8003004

Browse files
committed
Added notes on how to generate RC to README
1 parent 14acddf commit 8003004

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.txt

+11
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ To cut a release candidate, update JIRA. The hbase-thirdparty
4848
currently uses hbase JIRA but with versions specified with a
4949
''thirdparty-' prefix as in thirdparty-2.2.0.
5050

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+
5162
To generate the source tarball do as follows (below uses 2.2.0
5263
as target version and 2.2.0RC0 as the tag to use):
5364

0 commit comments

Comments
 (0)