gh-velocity quality release#

Release velocity and quality metrics

Synopsis#

Compute per-issue lead time, cycle time, release lag, and quality metrics for a release.

Use --discover to show the discovery diagnostic view: which issues and PRs each linking strategy discovered for the release.

gh-velocity quality release <tag> [flags]

Examples#

  # Release metrics with auto-detected previous tag
  gh velocity quality release v2.65.0

  # Explicit previous tag
  gh velocity quality release v2.65.0 --since v2.64.0

  # Discover diagnostic: what did each strategy find?
  gh velocity quality release v2.65.0 --discover

  # Remote repo, JSON output
  gh velocity quality release v2.65.0 -R cli/cli -f json

Options#

      --discover       Show discovery diagnostic: what issues/PRs each strategy discovered
  -h, --help           help for release
      --since string   Override previous tag for commit range (tag name)

Options inherited from parent commands#

      --config string   Path to config file (default: .gh-velocity.yml)
      --debug           Print diagnostic info to stderr
  -f, --format string   Output format: json, pretty, markdown (default "pretty")
      --new-post        Force a new post (skip idempotent update; implies --post)
      --post            Post output to GitHub (dry-run by default; set GH_VELOCITY_POST_LIVE=true for live)
  -R, --repo string     Repository in owner/name format
      --scope string    Additional GitHub search qualifier(s) ANDed with config scope

SEE ALSO#