Versions Compared

Key

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

...

Once the community votes for additional JIRAs they want included in the release verify that the pull requests are in before the release, close these JIRAs and tag them in the JIRA app with the release name. All pull requests and JIRAs that were not slated for this release will go into the next releases.  The release manager should continue to monitor the JIRA to ensure that the timetable is on track until the release date.  On the release date the release manager should message the Metron dev board (dev@metron.apache.org) announcing the code freeze for the release. 

Also, run the JIRA verification tool at build_utils/release-utils/validate-jira-for-release, and before the end of the release process assure that its results are made consistent with the release CHANGES document (see below).

Step 3 - Increment Metron version if needed

...

Now edit the file documentation/index.md to change all instances of the old version number, in both human readable text and URIs.

Finally, use bundle and the jekyll local server to build and check the actual website, following the instructions here: Website PR Merge.  Validate that the Download links are correct, and that the Book link is correct.  Now submit a PR for METRON-1234, get approval, and commit the new "site" source to master, in the usual way.  But don't do the final step yet (commit built site image from "target" to asf-site branch), until the release has propagated to mirrors; see next two steps.

...