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: Add github action to perform release #39

Merged
merged 2 commits into from
Aug 9, 2022

Commits on Aug 9, 2022

  1. Chore: Add github action to perform release

    This action will trigger when a new tag is push match {major}.{minor}.{patch}
    semver format.
    
    Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
    benjiro committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    dad5a0c View commit details
    Browse the repository at this point in the history
  2. Prefix tag must have v

    Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
    Signed-off-by: Benjamin Evenson <2031163+benjiro@users.noreply.github.com>
    benjiro and beeme1mr committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    46b093d View commit details
    Browse the repository at this point in the history