{
  "id": "bbg-p0316-deployment-release-and-versioning-deployment",
  "title": "Gitflow Branching",
  "chapter": "deployment-release-and-versioning",
  "batch": "19",
  "rank": 189,
  "sourcePage": 316,
  "sourcePointer": "p. 316",
  "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 Gitflow branch topology: main, develop, feature, release, and hotfix",
      "omit tiny commit dots and decorative branch colors"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: develop branch",
      "concept: feature branches",
      "concept: release branch",
      "concept: hotfix branch",
      "concept: main production line"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "branches",
      "label": "Branch lanes",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 348
    }
  ],
  "shapes": [
    {
      "id": "main",
      "kind": "rect",
      "label": "main",
      "detail": "production",
      "x": 96,
      "y": 168,
      "w": 118,
      "h": 50,
      "tone": "green"
    },
    {
      "id": "develop",
      "kind": "rect",
      "label": "develop",
      "detail": "integration",
      "x": 252,
      "y": 254,
      "w": 118,
      "h": 50,
      "tone": "blue"
    },
    {
      "id": "feature",
      "kind": "rect",
      "label": "feature",
      "detail": "new work",
      "x": 432,
      "y": 334,
      "w": 118,
      "h": 50,
      "tone": "purple"
    },
    {
      "id": "release",
      "kind": "rect",
      "label": "release",
      "detail": "stabilize",
      "x": 588,
      "y": 254,
      "w": 118,
      "h": 50,
      "tone": "orange"
    },
    {
      "id": "hotfix",
      "kind": "rect",
      "label": "hotfix",
      "detail": "urgent fix",
      "x": 744,
      "y": 168,
      "w": 118,
      "h": 50,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "main",
      "to": "develop",
      "label": "branch",
      "flow": "main"
    },
    {
      "from": "develop",
      "to": "feature",
      "label": "create",
      "flow": "main"
    },
    {
      "from": "feature",
      "to": "develop",
      "label": "merge",
      "flow": "data"
    },
    {
      "from": "develop",
      "to": "release",
      "label": "release",
      "flow": "main"
    },
    {
      "from": "release",
      "to": "main",
      "label": "tag",
      "flow": "control"
    },
    {
      "from": "hotfix",
      "to": "main",
      "label": "patch",
      "flow": "control"
    }
  ]
}
