Skip to content

ci: add release workflow for tagged releases#41

Merged
Patel230 merged 1 commit into
mainfrom
ci/add-release-workflow
Jun 20, 2026
Merged

ci: add release workflow for tagged releases#41
Patel230 merged 1 commit into
mainfrom
ci/add-release-workflow

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Adds a release.yml workflow so a GitHub Release with auto-generated notes is published whenever a v* tag is pushed.

Why: trace was one of the GrayCodeAI Go libraries without CD automation. This brings it in line with repos that already ship a release workflow (e.g. hawk-sdk-go, tok).

Model: trace is a Go library (no binaries), so this uses the lightweight softprops/action-gh-release pattern rather than goreleaser binary builds. Actions are pinned by commit SHA.

🤖 Generated with Claude Code

Publishes a GitHub Release with auto-generated notes when a v* tag is
pushed, bringing trace's CD in line with the other GrayCodeAI repos that
already ship a release workflow (hawk-sdk-go, tok, etc.). trace is a Go
library, so this uses the lightweight action-gh-release model (no binary
builds).
@Patel230 Patel230 force-pushed the ci/add-release-workflow branch from d428016 to 8fa2b1f Compare June 20, 2026 12:32
@Patel230 Patel230 merged commit ff3bff1 into main Jun 20, 2026
14 checks passed
@Patel230 Patel230 deleted the ci/add-release-workflow branch June 20, 2026 12:39
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.

1 participant