Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
svn commit -m "Preparing for release X.Y.0-incubating"

5. Create a release branch.

Code Block
svn copy https://svn.apache.org/repos/asf/incubator/sqoop/trunk \
  https://svn.apache.org/repos/asf/incubator/sqoop/branches/branch-X.Y.0 \
  -m "Branching for X.Y.0 releases"

...

Code Block
svn commit -m "Preparing for release X.Y+1.0-incubating development"

Updating the Release Branch

1. Check out the branch.

Code Block

svn co https://svn.apache.org/repos/asf/incubator/sqoop/branches/branch-X.Y.0

2. 9. (Optional) Tag the a release candidate, where R is the iteration number for this release candidate:

...

Performing sanity check

1. Check out the release branch.

Code Block

svn co https://svn.apache.org/repos/asf/incubator/sqoop/branches/branch-X.Y.0

2. Run tests on the release branch.

3. Generate release tarball.

Code Block

ant tar

42. Check license

  • Download RAT
  • Run "java -jar apache-rat*.jar" on the release tarball.
  • There should be only one known violation, i.e CHANGES.txt.