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

Add Release workflow to version deployments #383

Merged
merged 1 commit into from
Aug 8, 2023

Commits on Aug 8, 2023

  1. Add Release workflow to version deployments

    This adds a release workflow that creates a new GitHub Release (and git
    tag) with an incremental version number. This version tag is then used
    to tag images and referenced in the rest of the deployment system. This
    makes it easier to compare references (vs commit SHAs). The version tag
    is calculated as the last version incremented by the number of merge
    commits until the reference commit.
    theseanything committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    bfd7714 View commit details
    Browse the repository at this point in the history