pprof-pyroscope-fork 0.1500.4

An internal perf tools for rust programs.
{
  "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
  "packages": {
    ".": {
      "release-type": "rust",
      "changelog-path": "CHANGELOG.md",
      "include-v-in-tag": true,
      "include-component-in-tag": false,
      "extra-files": [],
      "changelog-sections": [
        {"type": "feat", "section": "Features"},
        {"type": "fix", "section": "Bug Fixes"},
        {"type": "perf", "section": "Performance Improvements"},
        {"type": "revert", "section": "Reverts"},
        {"type": "docs", "section": "Documentation"},
        {"type": "style", "section": "Styles"},
        {"type": "chore", "section": "Miscellaneous Chores"},
        {"type": "refactor", "section": "Code Refactoring"},
        {"type": "test", "section": "Tests"},
        {"type": "build", "section": "Build System"},
        {"type": "ci", "section": "Continuous Integration"}
      ]
    }
  }
}