{
  "id": "bbg-p0128-deployment-release-and-versioning-deployment",
  "title": "Semantic Version Numbers",
  "chapter": "deployment-release-and-versioning",
  "batch": "22",
  "rank": 217,
  "sourcePage": 128,
  "sourcePointer": "p. 128",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "flowchart",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve SemVer structure and workflow",
      "omit prose examples beyond short labels"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: MAJOR incompatible API changes",
      "concept: MINOR backward-compatible functionality",
      "concept: PATCH backward-compatible fixes",
      "concept: initial development to stable release"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "version",
      "label": "MAJOR.MINOR.PATCH",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 158
    },
    {
      "id": "flow",
      "label": "Release workflow",
      "x": 170,
      "y": 346,
      "w": 620,
      "h": 104
    }
  ],
  "shapes": [
    {
      "id": "major",
      "kind": "rect",
      "label": "MAJOR",
      "detail": "breaking API",
      "x": 136,
      "y": 172,
      "w": 146,
      "h": 62,
      "tone": "red"
    },
    {
      "id": "minor",
      "kind": "rect",
      "label": "MINOR",
      "detail": "compatible feature",
      "x": 406,
      "y": 172,
      "w": 146,
      "h": 62,
      "tone": "green"
    },
    {
      "id": "patch",
      "kind": "rect",
      "label": "PATCH",
      "detail": "compatible fix",
      "x": 676,
      "y": 172,
      "w": 146,
      "h": 62,
      "tone": "blue"
    },
    {
      "id": "dev",
      "kind": "rect",
      "label": "0.1.0",
      "detail": "initial dev",
      "x": 234,
      "y": 374,
      "w": 118,
      "h": 52,
      "tone": "gray"
    },
    {
      "id": "stable",
      "kind": "rect",
      "label": "1.0.0",
      "detail": "stable release",
      "x": 606,
      "y": 374,
      "w": 118,
      "h": 52,
      "tone": "purple"
    }
  ],
  "connectors": [
    {
      "from": "major",
      "to": "minor",
      "label": "slot",
      "flow": "main"
    },
    {
      "from": "minor",
      "to": "patch",
      "label": "slot",
      "flow": "main"
    },
    {
      "from": "dev",
      "to": "stable",
      "label": "stabilize",
      "flow": "main"
    },
    {
      "from": "patch",
      "to": "stable",
      "label": "release",
      "flow": "control",
      "dashed": true
    }
  ]
}
