Skip to content

Commit

Permalink
Update docs/release/release-tasks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Furkat Gofurov <furkat.gofurov@suse.com>
  • Loading branch information
g-gaston and furkatgofurov7 committed Sep 16, 2023
1 parent 7c89c67 commit d06170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/release/release-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ The goal of this task to make the book for the current release available under e
- [ ] Look for area duplications in PR title. Sometimes authors add a prefix in their PR title that matches the area label. When the notes are generated, the area is as a prefix to the PR title, which can create redundant information. Remove the one from the PR title and just leave the area. Make sure you capitalize the title after this.
- [ ] Check that all entries are in the right section. Sometimes the wrong emoji prefix is added to the PR title, which drives the section in which the entry is added in the release notes. Manually move any entry as needed. Note that fixing the PR title won't fix this even after regenerating the notes, since the notes tool reads this info from the commit messages and these don't get rewritten.
- [ ] Sort manually all entries if you made any manual edits that might have altered the correct order.
- [ ] **For minor releases** Modify `Changes since v1.x.y` to `Changes since v1.x`
- [ ] **For minor releases:** Modify `Changes since v1.x.y` to `Changes since v1.x`
<br>**Note**: The release notes tool includes all merges since the previous release branch was branched of.
1. Checkout `main`, branch out from it and add `CHANGELOG/<RELEASE_TAG>.md`.
1. Open a pull request **against the main branch** with all manual edits to `CHANGELOG/<RELEASE_TAG>.md` which is used for the new release notes. The commit and PR title should be `🚀 Release v1.x.y`.
Expand Down

0 comments on commit d06170f

Please sign in to comment.