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 #3722

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

theseanything
Copy link
Contributor

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.

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.
@govuk-ci govuk-ci temporarily deployed to govuk-frontend-app-pr-3722 August 9, 2023 11:45 Inactive
@theseanything theseanything merged commit 52ed4bf into main Aug 9, 2023
8 checks passed
@theseanything theseanything deleted the bulk/add-release-versions branch August 9, 2023 11:59
nimalank7 added a commit to alphagov/govuk-dependency-checker that referenced this pull request Jun 13, 2024
Description:
- New 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.
- Adds a .gitignore file
- Based off alphagov/frontend#3722
- Closes #41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants