Skip to content

release.version-format

What It Checks

Checks schematic and PCB revision strings against the configured release version pattern.

When It Fires

Fires when a revision does not match vMAJOR.MINOR or rMAJOR.MINOR by default.

Configuration Example

version: 1
rules:
  release.version-format:
    enabled: true
    severity: low

JSON Finding Details Shape

{ revision, pattern }

Report Context

Use this finding to decide whether the design package is ready for review, fabrication, or release. BoardReadyOps reports the condition and leaves design edits to the owning workflow.