Skip to content

docs(CLAUDE.md): release via Release workflow_dispatch, not manual gh release create#22

Merged
stepan-romankov merged 1 commit into
masterfrom
docs/release-via-workflow
May 21, 2026
Merged

docs(CLAUDE.md): release via Release workflow_dispatch, not manual gh release create#22
stepan-romankov merged 1 commit into
masterfrom
docs/release-via-workflow

Conversation

@stepan-romankov
Copy link
Copy Markdown
Contributor

The Git Workflow section told contributors to run gh release create vX.Y.Z directly. That bypasses the go vet + go test -race ./... gate in .github/workflows/release.yml.

Correct the instruction: trigger the Release workflow with gh workflow run release.yml -f version=vX.Y.Z. The workflow runs the race-test gate, then creates the tag and the GitHub Release with --generate-notes.

🤖 Generated with Claude Code

…l gh release create

The prior instruction told contributors to run `gh release create vX.Y.Z`
directly, which bypasses the `go test -race` gate in .github/workflows/release.yml.
Point releases at `gh workflow run release.yml -f version=vX.Y.Z` instead.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@stepan-romankov stepan-romankov merged commit 5d4aaf2 into master May 21, 2026
2 checks passed
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