Skip to content

Commit

Permalink
docs(contributing): Fix changelog instructions sublist (#4074)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Sep 17, 2019
1 parent 01d6858 commit c377d6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ git push origin v${version}
13. Once QA is a pass, bump to the target release version (review [the section below](#make-bump-usage) again)
14. Fix up the autogenerated changelogs to remove the references to alpha versions and make sure the release version has all changes since the latest release
- Make sure the comparison link is to the latest release verison (e.g.: `compare/v3.11.4...v3.12.0)` instead of `compare/v3.12.0-alpha.1...v3.12.0)`)
- Delete the sub-sections that relate only to alpha releases, so that the changelog is against the latest actual release
- Make sure the comparison link is to the latest release verison (e.g.: `compare/v3.11.4...v3.12.0)` instead of `compare/v3.12.0-alpha.1...v3.12.0)`)
- Delete the sub-sections that relate only to alpha releases, so that the changelog is against the latest actual release
15. Do a NORMAL MERGE into `master`. Do NOT squash or rebase. This should be done from your local command line (and will succeed as long as the release PR is reviewed and status checks have passed):
Expand Down

0 comments on commit c377d6a

Please sign in to comment.