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

add xtask changelog command. #63

Merged
merged 1 commit into from
May 10, 2024
Merged

Commits on May 10, 2024

  1. feat(xtask): add xtask changelog command.

    This commit introduces a new `xtask changelog` command to `cargo xtask`,
    to help produce automated changelogs which can be the basis for updating
    `CHANGELOG.md`. This new command _does not_ overwrite `CHANGELOG.md`,
    but instead writes its auto-generated changelog to `CHANGELOG-NEXT.md`,
    which is also marked in `.gitignore` so it doesn't get checked in. The
    goal here is that this automation will _help_ write changelogs for each
    new version, but doesn't turn the changelog into a fully-automated
    system, as we still want to be able to have human-written release notes.
    
    Signed-off-by: Andrew Lilley Brinker <[email protected]>
    alilleybrinker committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9e5f1fb View commit details
    Browse the repository at this point in the history