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

ci: Add bump version workflow for release tags #138

Merged
merged 1 commit into from
Aug 29, 2022

Commits on Aug 29, 2022

  1. ci: Add bump version workflow for release tags

    * Add tbump based bump version workflow for managing release tags from
      GitHub Actions workflow dispatch. The workflow adds support for:
       - bumping versions, creating tags, pushing the tags back to GitHub
       - release candidates as viable options
       - automated checks that the SemVer type of bump (major, minor, patch),
         and if it was or wan't a release candidate, makes sense given the
         latest tags available on GitHub and the new tag number entered
       - dry runs (the default) to test that your options all look good
    matthewfeickert committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    7747f41 View commit details
    Browse the repository at this point in the history