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

chore(ci): convert to a push-button release workflow #725

Merged
merged 1 commit into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. chore(ci): convert to a push-button release workflow

    Currently, the release workflow requires someone to manually inspect
    the changes since the last release, decide on a good version number
    to use, create that tag locally, and push it to GitHub to trigger a
    release.
    
    Instead, we could follow the pattern established with our generated
    SDKs and use Conventional Commit tags to enable automatic calculation
    of the next version number.  This enables us to release with a single
    click, which makes it easier to release quickly and share responsibility
    for creating releases.
    ctreatma committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ce86efa View commit details
    Browse the repository at this point in the history