panache 2.35.0

An LSP, formatter, and linter for Pandoc markdown, Quarto, and RMarkdown
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "plugins": [
    "cargo-workspace"
  ],
  "bootstrap-sha": "073a42037348a9b2421b26d799e0cab4cd4b3d18",
  "bump-minor-pre-major": true,
  "release-type": "rust",
  "include-commit-authors": true,
  "packages": {
    ".": {
      "exclude-paths": [
        "crates",
        "editors"
      ]
    },
    "crates/panache-parser": {},
    "editors/code": {
      "release-type": "node",
      "package-name": "panache-code"
    },
    "editors/zed": {
      "release-type": "rust",
      "package-name": "panache-zed",
      "extra-files": [
        {
          "type": "toml",
          "path": "extension.toml",
          "jsonpath": "$.version"
        }
      ]
    }
  }
}