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 new tag release workflow for major tags #222

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Conversation

GrantBirki
Copy link
Member

@GrantBirki GrantBirki commented Nov 2, 2023

This pull request adds a new workflow for updating major release tags. These changes are inspired by the way folks are doing things over at actions/checkout.

This pull request also adds a rough maintainer guide document that helps to describe the release process

How and why?

In the actions/checkout repo, you can point to a version such as actions/checkout@v4 and it will actually use the latest v4 tag. For example, if v4.1.1 exists (and it does), by selecting the major release tag of v4 it will be used because the v4 release tag gets updated to point to the latest v4.x.x release.

This pull request adds a new workflow that can triggered manually by the maintainers of this project to ensure that the latest release tag is up-to-date with the "major release tag".

@GrantBirki GrantBirki added enhancement New feature or request github_actions Pull requests that update GitHub Actions code labels Nov 2, 2023
@GrantBirki GrantBirki self-assigned this Nov 2, 2023
@GrantBirki GrantBirki merged commit bf6135f into main Nov 2, 2023
4 checks passed
@GrantBirki GrantBirki deleted the release-tag-workflow branch November 2, 2023 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant