Skip to main content
ReferenceCommands

releasejet init

Interactively generate a starter .releasejet.yml.

Interactive setup for ReleaseJet

Examples

releasejet init

Jira ticket linking prompt

Since 1.18.0, init asks "Set up Jira ticket linking?" (default no) immediately after the contributors prompt.

Answering yes prompts for:

  1. The Jira base URL — accepts a literal URL (e.g. https://acme.atlassian.net) or an ${ENV_VAR} reference. Empty input re-prompts.
  2. A comma-separated list of project keys — auto-uppercased and deduped. Empty input re-prompts.

Declining writes a commented-out jira: placeholder block to the generated .releasejet.yml so the feature is discoverable when you open the file later. See Jira ticket linking for the full reference.