delimit_semver
Classify semantic version bumps (MAJOR/MINOR/PATCH/NONE) by comparing OpenAPI spec changes and optionally compute the next version string.
Instructions
Classify the semver bump for a spec change (MAJOR/MINOR/PATCH/NONE).
Deterministic classification based on diff engine output. Optionally computes the next version string.
Args: old_spec: Path to the old OpenAPI spec file. new_spec: Path to the new OpenAPI spec file. current_version: Optional current version (e.g. "1.2.3") to compute next version.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| old_spec | Yes | ||
| new_spec | Yes | ||
| current_version | No |