Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 754 Bytes

File metadata and controls

24 lines (17 loc) · 754 Bytes

What

Why

How

Checklist

  • go test ./... passes
  • go vet ./... passes
  • make staticcheck passes
  • go run golang.org/x/vuln/cmd/govulncheck@v1.3.0 ./... passes
  • bash scripts/check-private-state.sh passes
  • make release-check VERSION=vX.Y.Z passes if this changes release, CI, npm, scripts, or packaging
  • Schema updated (if adding/changing commands)
  • Docs updated (if adding/changing commands)
  • CHANGELOG.md updated (if user-facing change)
  • Release/package gates updated (if touching .github/workflows/, scripts/, npm/, or packaging/)