To make a release, follow the comprehensive HowToRelease documentation substituting hbase wherever core is mentioned.

Before release, run the Apache RAT check to ensure all files have proper license header:

# Make sure you are using maven 3.x
$ mvn apache-rat:check

When building a release tarball, use:

mvn clean site install assembly:single -Prelease

Before the release, run the following smoke tests (at least).

Smoke Tests

Hbase/HowToRelease (last edited 2012-03-14 16:27:35 by JonathanHsieh)