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

Update excluded label to "maintenance" #247

Merged
merged 1 commit into from
Feb 14, 2024

Commits on Feb 14, 2024

  1. Update excluded label to "maintenance"

    Previously, this project used the "skip-changelog" label on PRs to
    denote PRs that were trivial enough to not include in changelog
    generation.
    
    However, the auto_release_prep workflow that we use to generate
    changelogs makes the assumption that the caller repository uses a
    "maintenance" label. The workflow errors if the caller repository does
    not use that label.
    
    I have renamed the "skip-changelog" label to "maintenance" to account
    for this discrepancy between this project and the release prep workflow.
    
    This commit updates the GitHub changelog generator configuration file to
    exclude the "maintenance" label instead of "skip-changelog."
    mhashizume committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ce9f025 View commit details
    Browse the repository at this point in the history