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

automation - add changelog and release automation #86

Merged
merged 5 commits into from
Apr 3, 2024

Commits on Mar 22, 2024

  1. automation - add changelog and release automation

    Add a new Github workflow for releases that automates
    the generation of a draft GH release with changelog notes.
    
    Pull requests will be required to add new file to at
    .changelog/<pr_number>.txt with a changelog message or
    label with skip-changelog to bypass the check. See
    CONTRIBUTING.md for more details.
    
    This backfills the .changelog directory with entries
    for changes since v0.14.0.
    andrewkroh committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4e21f23 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. contributing.md - embed changelog instructions

    Describe the .changelog/*.txt file format.
    andrewkroh committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0483c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a75c03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b541db5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d924c22 View commit details
    Browse the repository at this point in the history