-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Description
Generate the 7.16.3 release notes.
For this release, which is publishing on January 13:
Steps to follow:
- Check out the
7.16branch. - Run a
git fetch originthengit pullto pull in latest changes. - Create a branch for the release notes, for example,
issue-1380-7.16.3-rn. - Add release notes to the correct asciidoc file, which in this case is the
7.16.asciidocfile. - Open a PR and switch the base branch (which is the PR will merge into) from
mainto7.16. - Complete the technical and editorial review, then merge the PR to
7.16.