-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
Description
Generate the 8.2.2 release notes and publish them before or on the release day, which is May 26, 2022.
Set up the release notes file
Follow these steps
- Check out the
mainbranch. - Run a
git fetch originthengit pullto pull in the latest changes. - Create a branch for the release notes, for example,
issue-XXX-8.2.2-rn. - Add a link to the
8.2.2release notes to update the release note's index page. Should be:
<<release-notes-8.2.2, {elastic-sec} version 8.2.2>> - Open a PR.
NOTE: Remember to add the8.2label so the release notes are backported to the proper branches. - Complete the technical and editorial review.
- Merge the PR to
mainand merge the backports after Mergify creates them.