Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added changelog section

...

To: dev@sqoop.apache.org
Subject: New release branch 1.99.1

I've just created new release branch for upcoming 1.99.1 release. Please continue committing to main Sqoop 2 branch "sqoop2" as usual, I'll cherry-pick commits to branch-1.99.1 on per needed basis.

https://git-wip-us.apache.org/repos/asf?p=sqoop.git;a=shortlog;h=refs/heads/branch-1.99.1

Thanks,
$RM

Update change log file

1. It's important to update changelog file with all changes that went it to the release. JIRA is generating list of all changes in particular release in "Release notes" section:

  • On main page click "versions" from left menu
  • Click on your version
  • There is link "Release notes" on top left corner of the context area.

2. You can use ruby script jira2changelog.rb attached to this page to transform this page into desired output.

Code Block

jira2changelog.rb 'https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311320&version=12323641' # Change with your version Release notes

3. Update CHANGELOG.txt file in branches sqoop2 and branch-<your-version>.

4. It's important to keep this file up-to-date with each committed change after initial branch cut.

---- JARCEC REVISIT - --

2. Send another email after branching is done.

...