ReferenceCommands
releasejet validate
Validate .releasejet.yml against the config schema.
Check issues, tags, and config for release readiness
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--config <path> | string | ".releasejet.yml" | Config file path |
--milestone <title> | string | — | Only check issues in this milestone |
--state <state> | string | "opened" | Issue state: opened, closed, or all |
--recent <days> | string | — | Only check issues updated in last N days |
--debug | boolean | false | Show debug information |
Examples
releasejet validate
releasejet validate --milestone v1.2.0
releasejet validate --state closed --recent 30
releasejet validate --config my.yml