schema: https://opendataproducts.org/odpr-v1.0/schema/odpr.yaml
version: "1.0"
kind: Recipe
recipe:
  metadata:
    id: RCP-RELEASE-001
    name:
      en: Release Portfolio Review
    description:
      en: Refresh, localize, and explain a portfolio for release review.
  version: "1.0.0"
  type: release
  execution:
    mode: hosted
    runtimeRef: runtime-profiles/examples/production-quality.yaml#production-quality
  inputs:
    - id: portfolio-workspace
      path: portfolio/
  steps:
    - id: refresh-portfolio
      command: portfolio.refresh
    - id: localize-portfolio
      command: portfolio.localize
      languages:
        - fi
        - sv
    - id: explain-portfolio
      command: portfolio.explain
  outputs:
    - id: localized-portfolio-fi
      path: portfolio/index.fi.html
    - id: localized-portfolio-sv
      path: portfolio/index.sv.html
    - id: release-explanation
      path: portfolio/explanation.md
  gates:
    - id: human-review
      type: review
      required: true
  review:
    required: true
