Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create separate file for unreleased 3.0 changes #13040

Merged

Commits on Apr 5, 2024

  1. Create separate file for unreleased 3.0 changes

    Contributors and maintainers frequently put changelog entries in the
    wrong section. It's an easy mistake to make! Given that making changes
    intended for the next minor release is the norm, this change optimizes
    that process by making `CHANGELOG.md` contain _only_ entries for the
    next minor. Truly breaking changes intended for the next major are kept
    in a separate file. Credit to @msfroh for the idea.
    
    Note that the CHANGELOG-3.0.md content is not actually correct, because
    it contains mistakes intended to be fixed by this change going
    forward! That content can be cleaned up by a follow up PR.
    
    Signed-off-by: Andrew Ross <andrross@amazon.com>
    andrross committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    8d28aa0 View commit details
    Browse the repository at this point in the history
  2. Enhance changelog verifier script

    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal authored and andrross committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c68c1da View commit details
    Browse the repository at this point in the history
  3. Update file names

    Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
    kotwanikunal authored and andrross committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5dcc3f1 View commit details
    Browse the repository at this point in the history