Skip to content

ci: add release workflow for tagged releases#23

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

ci: add release workflow for tagged releases#23
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: yaad 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: yaad 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 yaad's CD in line with the other GrayCodeAI repos that
already ship a release workflow (hawk-sdk-go, tok, etc.). yaad 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 1efb24e to 45d2893 Compare June 20, 2026 12:32
@Patel230 Patel230 merged commit be58656 into main Jun 20, 2026
12 checks passed
@Patel230 Patel230 deleted the ci/add-release-workflow branch June 20, 2026 12:38
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