-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Description
Generate the 8.1.0 release notes.
For this release, which is publishing on March 1:
Steps to follow:
- 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.1.0-rn. - Add release notes to the 8.1 asciidoc file.
NOTE: Might need to create this file if it's not yet been created. - Add an include to the
release-notes.asciidocfile for the8.1release notes to update the release note's index page. The include should be:include::release-notes/8.1.asciidoc[] - Open a PR and switch the base branch (which is the PR will merge into) from
8.1tomain.
NOTE: Make sure to add the correct labels. If the8.2branch is created before8.1GAs, will need to add the v8.2.0 label to ensure the RN is backported to the8.2branch. - Complete the technical and editorial review, then merge the PR to
main.