Closed bshutterkion closed 5 months ago
Update GitHub Actions Workflow: Bump Actions Versions and Add Tag Verification
This pull request updates the GitHub Actions workflow file .github/workflows/release.yml with the following changes:
.github/workflows/release.yml
Update Actions Versions:
actions/checkout
v2
v4
actions/setup-go
goreleaser/goreleaser-action
Add Tag Verification:
origin/main
Remove Release Notes Extraction Step:
CHANGELOG.md
PR Title
Update GitHub Actions Workflow: Bump Actions Versions and Add Tag Verification
PR Description
Changes
This pull request updates the GitHub Actions workflow file
.github/workflows/release.yml
with the following changes:Update Actions Versions:
actions/checkout
is updated fromv2
tov4
.actions/setup-go
is updated fromv2
tov4
.goreleaser/goreleaser-action
is updated fromv2
tov4
.Add Tag Verification:
origin/main
branch and exits if the tag is not found.Remove Release Notes Extraction Step:
CHANGELOG.md
has been removed.Rationale