Skip to content

ci: rename Tag workflow to Release, Release to Deploy Release#82

Merged
yaseenisolated merged 2 commits into
mainfrom
rename-release-workflows
Jun 10, 2026
Merged

ci: rename Tag workflow to Release, Release to Deploy Release#82
yaseenisolated merged 2 commits into
mainfrom
rename-release-workflows

Conversation

@yaseenisolated

@yaseenisolated yaseenisolated commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Renames the CI workflows to clearer names:

  • Tag workflow → Release (file tag.ymltag-and-release.yml). Manual workflow_dispatch that creates and pushes a release tag.
  • Release workflow → Deploy Release (file release.ymldeploy-release.yml). Triggered on tag push to run goreleaser and publish.

Only the workflow name: fields and filenames changed — no behavioral changes. tag-and-release.yml (rather than release.yml) avoids a filename swap so the diff renders as two clean renames.

🤖 Generated with Claude Code

@yaseenisolated yaseenisolated force-pushed the rename-release-workflows branch from 0e497f0 to 90d5578 Compare June 10, 2026 11:24
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yaseenisolated yaseenisolated force-pushed the rename-release-workflows branch from 90d5578 to a3f43fe Compare June 10, 2026 11:26
Create the release/tag with the PAT so the tag-push event triggers the
Deploy Release workflow. Tags pushed with the default GITHUB_TOKEN do not
trigger other workflows.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@yaseenisolated yaseenisolated enabled auto-merge June 10, 2026 11:45
@yaseenisolated yaseenisolated added this pull request to the merge queue Jun 10, 2026
Merged via the queue into main with commit a465320 Jun 10, 2026
4 checks passed
--title "$TAG" \
--target "$SHA" \
--generate-notes \
$PRERELEASE_FLAG

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this do?

@yaseenisolated yaseenisolated deleted the rename-release-workflows branch June 10, 2026 13:55
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