Conversation
Add the release workflow from cisagov/skeleton-action-composite so that the major and major.minor tags are updated when a new release is cut.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request adds a GitHub Actions release workflow that automates refreshing both major and major.minor tags whenever a new release is created.
- Introduces a new release workflow file with two jobs: diagnostics and release.
- Uses semver extraction to derive version components and manages tag deletion and creation.
dav3r
approved these changes
May 15, 2025
Member
dav3r
left a comment
There was a problem hiding this comment.
LGTM 👍
Copilot raises a good point, but no need to let it derail this PR. Make an issue (would be sweet if Copilot could do that for us) and move on.
1 task
jsf9k
approved these changes
May 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request adds the release workflow from cisagov/skeleton-action-composite.
💭 Motivation and context
This workflow will refresh the major and major.minor tags when a new release is cut and thus automating an otherwise manual task.
🧪 Testing
Automated tests pass.
✅ Pre-approval checklist