Versions Compared

Key

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

...

Code Block
git tag -a flume-1.0.0-rc0 -m "flume 1.0.0-rc0 release."
git push origin flume--tags origin1.0.0-rc0

Update the LICENSE file

The release manager is responsible for updating the LICENSE file to provide accurate license information for all binary artifacts contained in the codebase. This is a tedious and painstaking process, and must be performed for each release that includes a binary artifact.

...