Skip to content

pyproject release gate for Zed

io.github.jmshinhwa/pyproject-release-gate

19 date-aware checks on the [project] metadata that decides whether your next release uploads

client:Zed transport:stdio runtime:npm

Install pyproject release gate in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pyproject-release-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@readystack/pyproject-release-gate"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pyproject release gate in other clients