marlin 0.3.2

🦀 No nonsense hardware testing in Rust 🛠️
Documentation
{
  "packages": {
    ".": {
      "changelog-path": "CHANGELOG.md",
      "bump-minor-pre-major": false,
      "bump-patch-for-minor-pre-major": false,
      "draft": false,
      "prerelease": true,
      "release-type": "simple",
      "extra-files": [
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.package.version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-verilator\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-verilog\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-verilog-macro\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-verilog-macro-builder\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-spade\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-spade-macro\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-veryl\"].version"
        },
        {
          "type": "toml",
          "path": "Cargo.toml",
          "jsonpath": "workspace.dependencies[\"marlin-veryl-macro\"].version"
        }
      ]
    }
  },
  "pull-request-title-pattern": "chore: Release ${version}",
  "changelog-sections": [
    {
      "type": "feat",
      "section": "Features"
    },
    {
      "type": "feature",
      "section": "Features"
    },
    {
      "type": "fix",
      "section": "Bug Fixes"
    },
    {
      "type": "perf",
      "section": "Performance Improvements"
    }
  ],
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}