Versions Compared

Key

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

...

Creating a Release Branch

1. Checkout trunk

Code Block

svn co https://svn.apache.org/repos/asf/incubator/sqoop/trunk

2. Update CHANGES.txt in trunk to

  • include release version and date (use Unreleased for the date if it is unknown).
  • For example,
Code Block
Apache Sqoop Change Log

Release X.Y.0 - Unreleased

  NEW FEATURES

    ...

...