ctx-tui 2.0.2

Manage repo-scoped work contexts: fresh checkouts wrapped in terminal multiplexer sessions
Documentation
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "packages": {
    ".": {
      "release-type": "rust",
      "changelog-path": "CHANGELOG.md",
      "changelog-sections": [
        { "type": "feat", "section": "Features" },
        { "type": "fix", "section": "Bug Fixes" },
        { "type": "perf", "section": "Performance Improvements" },
        { "type": "deps", "section": "Dependencies" },
        { "type": "revert", "section": "Reverts" },
        { "type": "docs", "section": "Documentation" },
        { "type": "upgrade", "section": "Upgrade Notes" }
      ],
      "include-component-in-tag": false
    }
  }
}