git-branch-workflow.excalidraw 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746
  1. {
  2. "type": "excalidraw",
  3. "version": 2,
  4. "source": "https://excalidraw.com",
  5. "elements": [
  6. {
  7. "type": "arrow",
  8. "version": 799,
  9. "versionNonce": 529220601,
  10. "isDeleted": false,
  11. "id": "Gao2krnDddLMCj468JSWD",
  12. "fillStyle": "solid",
  13. "strokeWidth": 2,
  14. "strokeStyle": "solid",
  15. "roughness": 1,
  16. "opacity": 100,
  17. "angle": 0,
  18. "x": 860.0129225738813,
  19. "y": 663.9911710635109,
  20. "strokeColor": "#f08c00",
  21. "backgroundColor": "#ffc9c9",
  22. "width": 133.75296854079784,
  23. "height": 149.58016791936518,
  24. "seed": 1415631543,
  25. "groupIds": [],
  26. "frameId": null,
  27. "roundness": {
  28. "type": 2
  29. },
  30. "boundElements": [],
  31. "updated": 1698927613071,
  32. "link": null,
  33. "locked": false,
  34. "startBinding": null,
  35. "endBinding": {
  36. "elementId": "hDC6an14QljktaZCUhcPF",
  37. "focus": 0.09950793234484598,
  38. "gap": 1.2432497743127229
  39. },
  40. "lastCommittedPoint": null,
  41. "startArrowhead": null,
  42. "endArrowhead": "arrow",
  43. "points": [
  44. [
  45. 0,
  46. 0
  47. ],
  48. [
  49. 25.209039386719837,
  50. 85.96948921803892
  51. ],
  52. [
  53. 133.75296854079784,
  54. 149.58016791936518
  55. ]
  56. ]
  57. },
  58. {
  59. "type": "arrow",
  60. "version": 563,
  61. "versionNonce": 290881303,
  62. "isDeleted": false,
  63. "id": "N3wyyEU7TQ8BsOQgxCmlR",
  64. "fillStyle": "hachure",
  65. "strokeWidth": 2,
  66. "strokeStyle": "solid",
  67. "roughness": 2,
  68. "opacity": 100,
  69. "angle": 0,
  70. "x": 292.88008929085873,
  71. "y": 660.7027503334302,
  72. "strokeColor": "#2f9e44",
  73. "backgroundColor": "#b2f2bb",
  74. "width": 936.9972134376155,
  75. "height": 1.3184243543457796,
  76. "seed": 534235417,
  77. "groupIds": [],
  78. "frameId": null,
  79. "roundness": {
  80. "type": 2
  81. },
  82. "boundElements": [],
  83. "updated": 1698927613071,
  84. "link": null,
  85. "locked": false,
  86. "startBinding": null,
  87. "endBinding": null,
  88. "lastCommittedPoint": null,
  89. "startArrowhead": null,
  90. "endArrowhead": "arrow",
  91. "points": [
  92. [
  93. 0,
  94. 0
  95. ],
  96. [
  97. 936.9972134376155,
  98. -1.3184243543457796
  99. ]
  100. ]
  101. },
  102. {
  103. "type": "arrow",
  104. "version": 302,
  105. "versionNonce": 883286489,
  106. "isDeleted": false,
  107. "id": "nRDWQs5nQa37yzCWTBiXC",
  108. "fillStyle": "hachure",
  109. "strokeWidth": 2,
  110. "strokeStyle": "solid",
  111. "roughness": 2,
  112. "opacity": 100,
  113. "angle": 0,
  114. "x": 293.1231624544633,
  115. "y": 820.6017661012943,
  116. "strokeColor": "#f08c00",
  117. "backgroundColor": "#b2f2bb",
  118. "width": 790.7091601354882,
  119. "height": 0.35284814071621895,
  120. "seed": 515907671,
  121. "groupIds": [],
  122. "frameId": null,
  123. "roundness": {
  124. "type": 2
  125. },
  126. "boundElements": [],
  127. "updated": 1698927613071,
  128. "link": null,
  129. "locked": false,
  130. "startBinding": null,
  131. "endBinding": {
  132. "elementId": "ggogfJT7E_bbfEog7Hjnp",
  133. "focus": -0.14000162237652433,
  134. "gap": 1
  135. },
  136. "lastCommittedPoint": null,
  137. "startArrowhead": null,
  138. "endArrowhead": "arrow",
  139. "points": [
  140. [
  141. 0,
  142. 0
  143. ],
  144. [
  145. 790.7091601354882,
  146. -0.35284814071621895
  147. ]
  148. ]
  149. },
  150. {
  151. "type": "text",
  152. "version": 36,
  153. "versionNonce": 981763127,
  154. "isDeleted": false,
  155. "id": "ZPdMAnEUq5Jgj1W07Zqiw",
  156. "fillStyle": "hachure",
  157. "strokeWidth": 1,
  158. "strokeStyle": "solid",
  159. "roughness": 2,
  160. "opacity": 100,
  161. "angle": 0,
  162. "x": 292.0450153578305,
  163. "y": 619.3959946602608,
  164. "strokeColor": "#1e1e1e",
  165. "backgroundColor": "#b2f2bb",
  166. "width": 46.875,
  167. "height": 24,
  168. "seed": 1311694519,
  169. "groupIds": [],
  170. "frameId": null,
  171. "roundness": null,
  172. "boundElements": [],
  173. "updated": 1698927613071,
  174. "link": null,
  175. "locked": false,
  176. "fontSize": 20,
  177. "fontFamily": 3,
  178. "text": "main",
  179. "textAlign": "left",
  180. "verticalAlign": "top",
  181. "containerId": null,
  182. "originalText": "main",
  183. "lineHeight": 1.2,
  184. "baseline": 20
  185. },
  186. {
  187. "type": "text",
  188. "version": 94,
  189. "versionNonce": 18759353,
  190. "isDeleted": false,
  191. "id": "g9IkEIfu4vA8Qkwtw01Hi",
  192. "fillStyle": "hachure",
  193. "strokeWidth": 1,
  194. "strokeStyle": "solid",
  195. "roughness": 2,
  196. "opacity": 100,
  197. "angle": 0,
  198. "x": 290.88990199912035,
  199. "y": 779.1760596323645,
  200. "strokeColor": "#1e1e1e",
  201. "backgroundColor": "#b2f2bb",
  202. "width": 58.59375,
  203. "height": 24,
  204. "seed": 329886135,
  205. "groupIds": [],
  206. "frameId": null,
  207. "roundness": null,
  208. "boundElements": [],
  209. "updated": 1698927613071,
  210. "link": null,
  211. "locked": false,
  212. "fontSize": 20,
  213. "fontFamily": 3,
  214. "text": "minor",
  215. "textAlign": "left",
  216. "verticalAlign": "top",
  217. "containerId": null,
  218. "originalText": "minor",
  219. "lineHeight": 1.2,
  220. "baseline": 20
  221. },
  222. {
  223. "type": "ellipse",
  224. "version": 50,
  225. "versionNonce": 1442112855,
  226. "isDeleted": false,
  227. "id": "RrdEQ7hwgGGDPhzDnuZj1",
  228. "fillStyle": "solid",
  229. "strokeWidth": 2,
  230. "strokeStyle": "solid",
  231. "roughness": 2,
  232. "opacity": 100,
  233. "angle": 0,
  234. "x": 361.55609907891005,
  235. "y": 649.8742329483416,
  236. "strokeColor": "#2f9e44",
  237. "backgroundColor": "#b2f2bb",
  238. "width": 18.814646969963974,
  239. "height": 18.814646969963974,
  240. "seed": 2077639991,
  241. "groupIds": [],
  242. "frameId": null,
  243. "roundness": {
  244. "type": 2
  245. },
  246. "boundElements": [],
  247. "updated": 1698927613071,
  248. "link": null,
  249. "locked": false
  250. },
  251. {
  252. "type": "ellipse",
  253. "version": 79,
  254. "versionNonce": 1547173785,
  255. "isDeleted": false,
  256. "id": "Zmp49FKWxGSzKnVKomjQc",
  257. "fillStyle": "solid",
  258. "strokeWidth": 2,
  259. "strokeStyle": "solid",
  260. "roughness": 2,
  261. "opacity": 100,
  262. "angle": 0,
  263. "x": 427.3015090315691,
  264. "y": 650.256485100784,
  265. "strokeColor": "#2f9e44",
  266. "backgroundColor": "#b2f2bb",
  267. "width": 18.814646969963974,
  268. "height": 18.814646969963974,
  269. "seed": 372652121,
  270. "groupIds": [],
  271. "frameId": null,
  272. "roundness": {
  273. "type": 2
  274. },
  275. "boundElements": [],
  276. "updated": 1698927613071,
  277. "link": null,
  278. "locked": false
  279. },
  280. {
  281. "type": "ellipse",
  282. "version": 76,
  283. "versionNonce": 586949239,
  284. "isDeleted": false,
  285. "id": "UOl9nLBksM7RPdH9mzjJa",
  286. "fillStyle": "solid",
  287. "strokeWidth": 2,
  288. "strokeStyle": "solid",
  289. "roughness": 2,
  290. "opacity": 100,
  291. "angle": 0,
  292. "x": 490.9435520120701,
  293. "y": 651.2601420343765,
  294. "strokeColor": "#2f9e44",
  295. "backgroundColor": "#b2f2bb",
  296. "width": 18.814646969963974,
  297. "height": 18.814646969963974,
  298. "seed": 508667545,
  299. "groupIds": [],
  300. "frameId": null,
  301. "roundness": {
  302. "type": 2
  303. },
  304. "boundElements": [],
  305. "updated": 1698927613071,
  306. "link": null,
  307. "locked": false
  308. },
  309. {
  310. "type": "ellipse",
  311. "version": 120,
  312. "versionNonce": 874947705,
  313. "isDeleted": false,
  314. "id": "oMC55V0VO_hOXoZ1se8Kl",
  315. "fillStyle": "solid",
  316. "strokeWidth": 2,
  317. "strokeStyle": "solid",
  318. "roughness": 2,
  319. "opacity": 100,
  320. "angle": 0,
  321. "x": 555.4481126698772,
  322. "y": 650.7975189165487,
  323. "strokeColor": "#2f9e44",
  324. "backgroundColor": "#b2f2bb",
  325. "width": 18.814646969963974,
  326. "height": 18.814646969963974,
  327. "seed": 1914963513,
  328. "groupIds": [],
  329. "frameId": null,
  330. "roundness": {
  331. "type": 2
  332. },
  333. "boundElements": [],
  334. "updated": 1698927613071,
  335. "link": null,
  336. "locked": false
  337. },
  338. {
  339. "type": "ellipse",
  340. "version": 66,
  341. "versionNonce": 39762839,
  342. "isDeleted": false,
  343. "id": "DZY5DC5uVP7-U5c3ngIZ4",
  344. "fillStyle": "solid",
  345. "strokeWidth": 2,
  346. "strokeStyle": "solid",
  347. "roughness": 2,
  348. "opacity": 100,
  349. "angle": 0,
  350. "x": 622.5167031502219,
  351. "y": 649.3743647489936,
  352. "strokeColor": "#2f9e44",
  353. "backgroundColor": "#b2f2bb",
  354. "width": 18.814646969963974,
  355. "height": 18.814646969963974,
  356. "seed": 165914713,
  357. "groupIds": [],
  358. "frameId": null,
  359. "roundness": {
  360. "type": 2
  361. },
  362. "boundElements": [],
  363. "updated": 1698927613071,
  364. "link": null,
  365. "locked": false
  366. },
  367. {
  368. "type": "ellipse",
  369. "version": 107,
  370. "versionNonce": 1689103705,
  371. "isDeleted": false,
  372. "id": "Vsw6oIiTM3fQypkiCic3f",
  373. "fillStyle": "solid",
  374. "strokeWidth": 2,
  375. "strokeStyle": "solid",
  376. "roughness": 2,
  377. "opacity": 100,
  378. "angle": 0,
  379. "x": 690.330195260967,
  380. "y": 650.6681412649529,
  381. "strokeColor": "#2f9e44",
  382. "backgroundColor": "#b2f2bb",
  383. "width": 18.814646969963974,
  384. "height": 18.814646969963974,
  385. "seed": 280044345,
  386. "groupIds": [],
  387. "frameId": null,
  388. "roundness": {
  389. "type": 2
  390. },
  391. "boundElements": [
  392. {
  393. "id": "lwYvAs-7FTjcwxKjcx0KV",
  394. "type": "arrow"
  395. }
  396. ],
  397. "updated": 1698927613071,
  398. "link": null,
  399. "locked": false
  400. },
  401. {
  402. "type": "ellipse",
  403. "version": 148,
  404. "versionNonce": 1986194201,
  405. "isDeleted": false,
  406. "id": "D14w9erv_2l53mINe2nSt",
  407. "fillStyle": "solid",
  408. "strokeWidth": 2,
  409. "strokeStyle": "solid",
  410. "roughness": 2,
  411. "opacity": 100,
  412. "angle": 0,
  413. "x": 361.004283792179,
  414. "y": 810.2809579853473,
  415. "strokeColor": "#f08c00",
  416. "backgroundColor": "#ffc9c9",
  417. "width": 18.814646969963974,
  418. "height": 18.814646969963974,
  419. "seed": 1203257975,
  420. "groupIds": [],
  421. "frameId": null,
  422. "roundness": {
  423. "type": 2
  424. },
  425. "boundElements": [],
  426. "updated": 1698927613071,
  427. "link": null,
  428. "locked": false
  429. },
  430. {
  431. "type": "ellipse",
  432. "version": 179,
  433. "versionNonce": 1172811511,
  434. "isDeleted": false,
  435. "id": "6WO8xOpG0rf673b_bT0m7",
  436. "fillStyle": "solid",
  437. "strokeWidth": 2,
  438. "strokeStyle": "solid",
  439. "roughness": 2,
  440. "opacity": 100,
  441. "angle": 0,
  442. "x": 426.74969374483805,
  443. "y": 810.6632101377896,
  444. "strokeColor": "#f08c00",
  445. "backgroundColor": "#b2f2bb",
  446. "width": 18.814646969963974,
  447. "height": 18.814646969963974,
  448. "seed": 2056706967,
  449. "groupIds": [],
  450. "frameId": null,
  451. "roundness": {
  452. "type": 2
  453. },
  454. "boundElements": [
  455. {
  456. "id": "mE8Mu0qKfFaWPCC5vmF_f",
  457. "type": "arrow"
  458. }
  459. ],
  460. "updated": 1698927613071,
  461. "link": null,
  462. "locked": false
  463. },
  464. {
  465. "type": "ellipse",
  466. "version": 173,
  467. "versionNonce": 820518905,
  468. "isDeleted": false,
  469. "id": "VB9U8oH-78hf530hIb_mG",
  470. "fillStyle": "solid",
  471. "strokeWidth": 2,
  472. "strokeStyle": "solid",
  473. "roughness": 2,
  474. "opacity": 100,
  475. "angle": 0,
  476. "x": 490.391736725339,
  477. "y": 811.6668670713822,
  478. "strokeColor": "#f08c00",
  479. "backgroundColor": "#b2f2bb",
  480. "width": 18.814646969963974,
  481. "height": 18.814646969963974,
  482. "seed": 1149587639,
  483. "groupIds": [],
  484. "frameId": null,
  485. "roundness": {
  486. "type": 2
  487. },
  488. "boundElements": [],
  489. "updated": 1698927613071,
  490. "link": null,
  491. "locked": false
  492. },
  493. {
  494. "type": "ellipse",
  495. "version": 218,
  496. "versionNonce": 1227143191,
  497. "isDeleted": false,
  498. "id": "Bxv1hcS0VmxUwI0JLFH97",
  499. "fillStyle": "solid",
  500. "strokeWidth": 2,
  501. "strokeStyle": "solid",
  502. "roughness": 2,
  503. "opacity": 100,
  504. "angle": 0,
  505. "x": 554.8962973831461,
  506. "y": 811.2042439535543,
  507. "strokeColor": "#f08c00",
  508. "backgroundColor": "#b2f2bb",
  509. "width": 18.814646969963974,
  510. "height": 18.814646969963974,
  511. "seed": 1864901079,
  512. "groupIds": [],
  513. "frameId": null,
  514. "roundness": {
  515. "type": 2
  516. },
  517. "boundElements": [
  518. {
  519. "id": "M14Q0Uo1DBy2Ss2SOFSgW",
  520. "type": "arrow"
  521. }
  522. ],
  523. "updated": 1698927613071,
  524. "link": null,
  525. "locked": false
  526. },
  527. {
  528. "type": "ellipse",
  529. "version": 167,
  530. "versionNonce": 1387509977,
  531. "isDeleted": false,
  532. "id": "4v23gkfhy-hzk18YdkfLz",
  533. "fillStyle": "solid",
  534. "strokeWidth": 2,
  535. "strokeStyle": "solid",
  536. "roughness": 2,
  537. "opacity": 100,
  538. "angle": 0,
  539. "x": 621.9648878634908,
  540. "y": 809.7810897859994,
  541. "strokeColor": "#f08c00",
  542. "backgroundColor": "#ffc9c9",
  543. "width": 18.814646969963974,
  544. "height": 18.814646969963974,
  545. "seed": 462671607,
  546. "groupIds": [],
  547. "frameId": null,
  548. "roundness": {
  549. "type": 2
  550. },
  551. "boundElements": [
  552. {
  553. "id": "vEF1cIIYYWKm84KLKqEz3",
  554. "type": "arrow"
  555. }
  556. ],
  557. "updated": 1698927613071,
  558. "link": null,
  559. "locked": false
  560. },
  561. {
  562. "type": "ellipse",
  563. "version": 200,
  564. "versionNonce": 774085943,
  565. "isDeleted": false,
  566. "id": "AtEf7o4WZQn4Zxq8EN5fH",
  567. "fillStyle": "solid",
  568. "strokeWidth": 2,
  569. "strokeStyle": "solid",
  570. "roughness": 2,
  571. "opacity": 100,
  572. "angle": 0,
  573. "x": 689.7783799742359,
  574. "y": 811.0748663019584,
  575. "strokeColor": "#f08c00",
  576. "backgroundColor": "#b2f2bb",
  577. "width": 18.814646969963974,
  578. "height": 18.814646969963974,
  579. "seed": 1414322199,
  580. "groupIds": [],
  581. "frameId": null,
  582. "roundness": {
  583. "type": 2
  584. },
  585. "boundElements": [
  586. {
  587. "id": "3heKY3vfe3-6ni4dX7Uqo",
  588. "type": "arrow"
  589. }
  590. ],
  591. "updated": 1698927613071,
  592. "link": null,
  593. "locked": false
  594. },
  595. {
  596. "type": "ellipse",
  597. "version": 199,
  598. "versionNonce": 1834563001,
  599. "isDeleted": false,
  600. "id": "ugDby5sBv4NKdNt8eC1sg",
  601. "fillStyle": "solid",
  602. "strokeWidth": 2,
  603. "strokeStyle": "solid",
  604. "roughness": 2,
  605. "opacity": 100,
  606. "angle": 0,
  607. "x": 762.6179978227377,
  608. "y": 810.2986003923828,
  609. "strokeColor": "#f08c00",
  610. "backgroundColor": "#b2f2bb",
  611. "width": 18.814646969963974,
  612. "height": 18.814646969963974,
  613. "seed": 1598537015,
  614. "groupIds": [],
  615. "frameId": null,
  616. "roundness": {
  617. "type": 2
  618. },
  619. "boundElements": [],
  620. "updated": 1698927613071,
  621. "link": null,
  622. "locked": false
  623. },
  624. {
  625. "type": "ellipse",
  626. "version": 211,
  627. "versionNonce": 407428695,
  628. "isDeleted": false,
  629. "id": "Fwe4F2sB_0jptOZGYsusj",
  630. "fillStyle": "solid",
  631. "strokeWidth": 2,
  632. "strokeStyle": "solid",
  633. "roughness": 2,
  634. "opacity": 100,
  635. "angle": 0,
  636. "x": 837.1081608628116,
  637. "y": 810.859236882632,
  638. "strokeColor": "#f08c00",
  639. "backgroundColor": "#b2f2bb",
  640. "width": 18.814646969963974,
  641. "height": 18.814646969963974,
  642. "seed": 1340669527,
  643. "groupIds": [],
  644. "frameId": null,
  645. "roundness": {
  646. "type": 2
  647. },
  648. "boundElements": [
  649. {
  650. "id": "M14Q0Uo1DBy2Ss2SOFSgW",
  651. "type": "arrow"
  652. }
  653. ],
  654. "updated": 1698927613071,
  655. "link": null,
  656. "locked": false
  657. },
  658. {
  659. "type": "arrow",
  660. "version": 57,
  661. "versionNonce": 335287961,
  662. "isDeleted": false,
  663. "id": "mE8Mu0qKfFaWPCC5vmF_f",
  664. "fillStyle": "solid",
  665. "strokeWidth": 2,
  666. "strokeStyle": "solid",
  667. "roughness": 2,
  668. "opacity": 100,
  669. "angle": 0,
  670. "x": 437.60867586595543,
  671. "y": 830.4227236701945,
  672. "strokeColor": "#f08c00",
  673. "backgroundColor": "#ffc9c9",
  674. "width": 0.5232394659406623,
  675. "height": 33.25787987764363,
  676. "seed": 482155929,
  677. "groupIds": [],
  678. "frameId": null,
  679. "roundness": {
  680. "type": 2
  681. },
  682. "boundElements": [],
  683. "updated": 1698927613071,
  684. "link": null,
  685. "locked": false,
  686. "startBinding": {
  687. "elementId": "6WO8xOpG0rf673b_bT0m7",
  688. "focus": -0.1727591064041787,
  689. "gap": 1.046152088903881
  690. },
  691. "endBinding": {
  692. "elementId": "JALHBtowuh3_a86loej2x",
  693. "focus": 0.015156451076917701,
  694. "gap": 15.586906139714472
  695. },
  696. "lastCommittedPoint": null,
  697. "startArrowhead": null,
  698. "endArrowhead": "arrow",
  699. "points": [
  700. [
  701. 0,
  702. 0
  703. ],
  704. [
  705. -0.5232394659406623,
  706. 33.25787987764363
  707. ]
  708. ]
  709. },
  710. {
  711. "type": "arrow",
  712. "version": 59,
  713. "versionNonce": 1248394103,
  714. "isDeleted": false,
  715. "id": "AI-_jSAuzesxTqwRvpk0s",
  716. "fillStyle": "solid",
  717. "strokeWidth": 2,
  718. "strokeStyle": "solid",
  719. "roughness": 2,
  720. "opacity": 100,
  721. "angle": 0,
  722. "x": 501.2878833373983,
  723. "y": 652.3088851192829,
  724. "strokeColor": "#2f9e44",
  725. "backgroundColor": "#ffc9c9",
  726. "width": 0,
  727. "height": 40.40111211199792,
  728. "seed": 1052632343,
  729. "groupIds": [],
  730. "frameId": null,
  731. "roundness": {
  732. "type": 2
  733. },
  734. "boundElements": [],
  735. "updated": 1698927613071,
  736. "link": null,
  737. "locked": false,
  738. "startBinding": null,
  739. "endBinding": null,
  740. "lastCommittedPoint": null,
  741. "startArrowhead": null,
  742. "endArrowhead": "arrow",
  743. "points": [
  744. [
  745. 0,
  746. 0
  747. ],
  748. [
  749. 0,
  750. -40.40111211199792
  751. ]
  752. ]
  753. },
  754. {
  755. "type": "arrow",
  756. "version": 261,
  757. "versionNonce": 693099385,
  758. "isDeleted": false,
  759. "id": "lwYvAs-7FTjcwxKjcx0KV",
  760. "fillStyle": "solid",
  761. "strokeWidth": 2,
  762. "strokeStyle": "solid",
  763. "roughness": 2,
  764. "opacity": 100,
  765. "angle": 0,
  766. "x": 786.7392304423553,
  767. "y": 649.6016935672433,
  768. "strokeColor": "#2f9e44",
  769. "backgroundColor": "#ffc9c9",
  770. "width": 0,
  771. "height": 40.40111211199792,
  772. "seed": 1233043511,
  773. "groupIds": [],
  774. "frameId": null,
  775. "roundness": {
  776. "type": 2
  777. },
  778. "boundElements": [],
  779. "updated": 1698927613071,
  780. "link": null,
  781. "locked": false,
  782. "startBinding": {
  783. "elementId": "s0PKxsWTJSDbQeEl_WI-C",
  784. "focus": 0.016372633695398757,
  785. "gap": 1
  786. },
  787. "endBinding": {
  788. "elementId": "9ia1Uwc5X0fRw5iaahmcT",
  789. "focus": 0.025318405829282714,
  790. "gap": 14.862364635333904
  791. },
  792. "lastCommittedPoint": null,
  793. "startArrowhead": null,
  794. "endArrowhead": "arrow",
  795. "points": [
  796. [
  797. 0,
  798. 0
  799. ],
  800. [
  801. 0,
  802. -40.40111211199792
  803. ]
  804. ]
  805. },
  806. {
  807. "type": "text",
  808. "version": 121,
  809. "versionNonce": 952661143,
  810. "isDeleted": false,
  811. "id": "qWW8uxDIcV3Bkj28uvRLr",
  812. "fillStyle": "solid",
  813. "strokeWidth": 2,
  814. "strokeStyle": "solid",
  815. "roughness": 2,
  816. "opacity": 100,
  817. "angle": 0,
  818. "x": 454.32425448306674,
  819. "y": 537.8854189061962,
  820. "strokeColor": "#1e1e1e",
  821. "backgroundColor": "#ffc9c9",
  822. "width": 93.75,
  823. "height": 57.599999999999994,
  824. "seed": 809847769,
  825. "groupIds": [],
  826. "frameId": null,
  827. "roundness": null,
  828. "boundElements": [],
  829. "updated": 1698927613071,
  830. "link": null,
  831. "locked": false,
  832. "fontSize": 16,
  833. "fontFamily": 3,
  834. "text": "patch\nrelease\ne.g. 3.3.8",
  835. "textAlign": "center",
  836. "verticalAlign": "top",
  837. "containerId": null,
  838. "originalText": "patch\nrelease\ne.g. 3.3.8",
  839. "lineHeight": 1.2,
  840. "baseline": 53
  841. },
  842. {
  843. "type": "text",
  844. "version": 257,
  845. "versionNonce": 1838679129,
  846. "isDeleted": false,
  847. "id": "9ia1Uwc5X0fRw5iaahmcT",
  848. "fillStyle": "solid",
  849. "strokeWidth": 2,
  850. "strokeStyle": "solid",
  851. "roughness": 2,
  852. "opacity": 100,
  853. "angle": 0,
  854. "x": 741.0510307156029,
  855. "y": 536.7382168199114,
  856. "strokeColor": "#1e1e1e",
  857. "backgroundColor": "#ffc9c9",
  858. "width": 93.75,
  859. "height": 57.599999999999994,
  860. "seed": 213765431,
  861. "groupIds": [],
  862. "frameId": null,
  863. "roundness": null,
  864. "boundElements": [
  865. {
  866. "id": "lwYvAs-7FTjcwxKjcx0KV",
  867. "type": "arrow"
  868. }
  869. ],
  870. "updated": 1698927613071,
  871. "link": null,
  872. "locked": false,
  873. "fontSize": 16,
  874. "fontFamily": 3,
  875. "text": "patch\nrelease\ne.g. 3.3.9",
  876. "textAlign": "center",
  877. "verticalAlign": "top",
  878. "containerId": null,
  879. "originalText": "patch\nrelease\ne.g. 3.3.9",
  880. "lineHeight": 1.2,
  881. "baseline": 53
  882. },
  883. {
  884. "type": "text",
  885. "version": 222,
  886. "versionNonce": 1528547767,
  887. "isDeleted": false,
  888. "id": "JALHBtowuh3_a86loej2x",
  889. "fillStyle": "solid",
  890. "strokeWidth": 2,
  891. "strokeStyle": "solid",
  892. "roughness": 2,
  893. "opacity": 100,
  894. "angle": 0,
  895. "x": 350.7264132088442,
  896. "y": 879.2675096875524,
  897. "strokeColor": "#1e1e1e",
  898. "backgroundColor": "#ffc9c9",
  899. "width": 168.75,
  900. "height": 57.599999999999994,
  901. "seed": 41180921,
  902. "groupIds": [],
  903. "frameId": null,
  904. "roundness": null,
  905. "boundElements": [
  906. {
  907. "id": "mE8Mu0qKfFaWPCC5vmF_f",
  908. "type": "arrow"
  909. }
  910. ],
  911. "updated": 1698927613071,
  912. "link": null,
  913. "locked": false,
  914. "fontSize": 16,
  915. "fontFamily": 3,
  916. "text": "pre minor\nrelease\ne.g. 3.4.0-alpha.1",
  917. "textAlign": "center",
  918. "verticalAlign": "top",
  919. "containerId": null,
  920. "originalText": "pre minor\nrelease\ne.g. 3.4.0-alpha.1",
  921. "lineHeight": 1.2,
  922. "baseline": 53
  923. },
  924. {
  925. "type": "arrow",
  926. "version": 345,
  927. "versionNonce": 1286082873,
  928. "isDeleted": false,
  929. "id": "3heKY3vfe3-6ni4dX7Uqo",
  930. "fillStyle": "solid",
  931. "strokeWidth": 2,
  932. "strokeStyle": "solid",
  933. "roughness": 2,
  934. "opacity": 100,
  935. "angle": 0,
  936. "x": 699.5281288163526,
  937. "y": 831.0290882554708,
  938. "strokeColor": "#f08c00",
  939. "backgroundColor": "#ffc9c9",
  940. "width": 0.5502191262773977,
  941. "height": 33.25154356841597,
  942. "seed": 627698359,
  943. "groupIds": [],
  944. "frameId": null,
  945. "roundness": {
  946. "type": 2
  947. },
  948. "boundElements": [],
  949. "updated": 1698927613071,
  950. "link": null,
  951. "locked": false,
  952. "startBinding": {
  953. "elementId": "AtEf7o4WZQn4Zxq8EN5fH",
  954. "focus": -0.05612657009295625,
  955. "gap": 1.1451322685712295
  956. },
  957. "endBinding": {
  958. "elementId": "9t6qH-tAxVUexkHHi2pd2",
  959. "focus": 0.015156451076917755,
  960. "gap": 15.586906139714358
  961. },
  962. "lastCommittedPoint": null,
  963. "startArrowhead": null,
  964. "endArrowhead": "arrow",
  965. "points": [
  966. [
  967. 0,
  968. 0
  969. ],
  970. [
  971. -0.5502191262773977,
  972. 33.25154356841597
  973. ]
  974. ]
  975. },
  976. {
  977. "type": "text",
  978. "version": 365,
  979. "versionNonce": 1049066199,
  980. "isDeleted": false,
  981. "id": "9t6qH-tAxVUexkHHi2pd2",
  982. "fillStyle": "solid",
  983. "strokeWidth": 2,
  984. "strokeStyle": "solid",
  985. "roughness": 2,
  986. "opacity": 100,
  987. "angle": 0,
  988. "x": 617.3409291322284,
  989. "y": 879.8675379636011,
  990. "strokeColor": "#1e1e1e",
  991. "backgroundColor": "#ffc9c9",
  992. "width": 159.375,
  993. "height": 57.599999999999994,
  994. "seed": 1013545943,
  995. "groupIds": [],
  996. "frameId": null,
  997. "roundness": null,
  998. "boundElements": [
  999. {
  1000. "id": "3heKY3vfe3-6ni4dX7Uqo",
  1001. "type": "arrow"
  1002. }
  1003. ],
  1004. "updated": 1698927613071,
  1005. "link": null,
  1006. "locked": false,
  1007. "fontSize": 16,
  1008. "fontFamily": 3,
  1009. "text": "pre minor\nrelease\ne.g. 3.4.0-beta.1",
  1010. "textAlign": "center",
  1011. "verticalAlign": "top",
  1012. "containerId": null,
  1013. "originalText": "pre minor\nrelease\ne.g. 3.4.0-beta.1",
  1014. "lineHeight": 1.2,
  1015. "baseline": 53
  1016. },
  1017. {
  1018. "type": "arrow",
  1019. "version": 788,
  1020. "versionNonce": 1810072089,
  1021. "isDeleted": false,
  1022. "id": "vEF1cIIYYWKm84KLKqEz3",
  1023. "fillStyle": "solid",
  1024. "strokeWidth": 2,
  1025. "strokeStyle": "solid",
  1026. "roughness": 1,
  1027. "opacity": 100,
  1028. "angle": 0,
  1029. "x": 630.3597332113623,
  1030. "y": 667.2735668205443,
  1031. "strokeColor": "#f08c00",
  1032. "backgroundColor": "#ffc9c9",
  1033. "width": 2.258228100583324,
  1034. "height": 140.75112333166828,
  1035. "seed": 2091697367,
  1036. "groupIds": [],
  1037. "frameId": null,
  1038. "roundness": {
  1039. "type": 2
  1040. },
  1041. "boundElements": [],
  1042. "updated": 1698927613072,
  1043. "link": null,
  1044. "locked": false,
  1045. "startBinding": null,
  1046. "endBinding": {
  1047. "elementId": "4v23gkfhy-hzk18YdkfLz",
  1048. "focus": 0.13930391883256707,
  1049. "gap": 1.8256906627890626
  1050. },
  1051. "lastCommittedPoint": null,
  1052. "startArrowhead": null,
  1053. "endArrowhead": "arrow",
  1054. "points": [
  1055. [
  1056. 0,
  1057. 0
  1058. ],
  1059. [
  1060. 1.8426514015177418,
  1061. 69.09942755691065
  1062. ],
  1063. [
  1064. 2.258228100583324,
  1065. 140.75112333166828
  1066. ]
  1067. ]
  1068. },
  1069. {
  1070. "type": "arrow",
  1071. "version": 687,
  1072. "versionNonce": 2017318649,
  1073. "isDeleted": false,
  1074. "id": "M14Q0Uo1DBy2Ss2SOFSgW",
  1075. "fillStyle": "solid",
  1076. "strokeWidth": 2,
  1077. "strokeStyle": "solid",
  1078. "roughness": 1,
  1079. "opacity": 100,
  1080. "angle": 0,
  1081. "x": 370.5976915356099,
  1082. "y": 667.5155013947814,
  1083. "strokeColor": "#f08c00",
  1084. "backgroundColor": "#ffc9c9",
  1085. "width": 1.5329291446666957,
  1086. "height": 145.39303664953377,
  1087. "seed": 361678233,
  1088. "groupIds": [],
  1089. "frameId": null,
  1090. "roundness": {
  1091. "type": 2
  1092. },
  1093. "boundElements": [],
  1094. "updated": 1698927613072,
  1095. "link": null,
  1096. "locked": false,
  1097. "startBinding": null,
  1098. "endBinding": null,
  1099. "lastCommittedPoint": null,
  1100. "startArrowhead": null,
  1101. "endArrowhead": "arrow",
  1102. "points": [
  1103. [
  1104. 0,
  1105. 0
  1106. ],
  1107. [
  1108. -0.34892760581925586,
  1109. 83.56228079137543
  1110. ],
  1111. [
  1112. 1.1840015388474399,
  1113. 145.39303664953377
  1114. ]
  1115. ]
  1116. },
  1117. {
  1118. "type": "text",
  1119. "version": 537,
  1120. "versionNonce": 342487319,
  1121. "isDeleted": false,
  1122. "id": "CHAOOJMz7tNaG1VsG_uzT",
  1123. "fillStyle": "solid",
  1124. "strokeWidth": 2,
  1125. "strokeStyle": "solid",
  1126. "roughness": 2,
  1127. "opacity": 100,
  1128. "angle": 0,
  1129. "x": 384.81046417498214,
  1130. "y": 725.4677076298137,
  1131. "strokeColor": "#1e1e1e",
  1132. "backgroundColor": "#ffc9c9",
  1133. "width": 131.25,
  1134. "height": 57.599999999999994,
  1135. "seed": 1656007289,
  1136. "groupIds": [],
  1137. "frameId": null,
  1138. "roundness": null,
  1139. "boundElements": [],
  1140. "updated": 1698927613072,
  1141. "link": null,
  1142. "locked": false,
  1143. "fontSize": 16,
  1144. "fontFamily": 3,
  1145. "text": "merge main\ninto minor\nbefore release",
  1146. "textAlign": "left",
  1147. "verticalAlign": "top",
  1148. "containerId": null,
  1149. "originalText": "merge main\ninto minor\nbefore release",
  1150. "lineHeight": 1.2,
  1151. "baseline": 53
  1152. },
  1153. {
  1154. "type": "ellipse",
  1155. "version": 202,
  1156. "versionNonce": 876253145,
  1157. "isDeleted": false,
  1158. "id": "hDC6an14QljktaZCUhcPF",
  1159. "fillStyle": "solid",
  1160. "strokeWidth": 1,
  1161. "strokeStyle": "solid",
  1162. "roughness": 2,
  1163. "opacity": 100,
  1164. "angle": 0,
  1165. "x": 993.0386151813434,
  1166. "y": 810.335845473903,
  1167. "strokeColor": "#1e1e1e",
  1168. "backgroundColor": "#ffc9c9",
  1169. "width": 18.814646969963974,
  1170. "height": 18.814646969963974,
  1171. "seed": 1433430105,
  1172. "groupIds": [],
  1173. "frameId": null,
  1174. "roundness": {
  1175. "type": 2
  1176. },
  1177. "boundElements": [
  1178. {
  1179. "id": "Gao2krnDddLMCj468JSWD",
  1180. "type": "arrow"
  1181. }
  1182. ],
  1183. "updated": 1698927613072,
  1184. "link": null,
  1185. "locked": false
  1186. },
  1187. {
  1188. "type": "arrow",
  1189. "version": 1525,
  1190. "versionNonce": 777631287,
  1191. "isDeleted": false,
  1192. "id": "ces8IwHCpQlTnELpjFDIn",
  1193. "fillStyle": "solid",
  1194. "strokeWidth": 2,
  1195. "strokeStyle": "solid",
  1196. "roughness": 2,
  1197. "opacity": 100,
  1198. "angle": 0,
  1199. "x": 1092.5386800881793,
  1200. "y": 827.5114796878765,
  1201. "strokeColor": "#f08c00",
  1202. "backgroundColor": "#ffc9c9",
  1203. "width": 0.3315362017829102,
  1204. "height": 49.45191086419197,
  1205. "seed": 225867737,
  1206. "groupIds": [],
  1207. "frameId": null,
  1208. "roundness": {
  1209. "type": 2
  1210. },
  1211. "boundElements": [],
  1212. "updated": 1698927613072,
  1213. "link": null,
  1214. "locked": false,
  1215. "startBinding": null,
  1216. "endBinding": {
  1217. "elementId": "8rWUxp-jRNGrGRmhHHfm4",
  1218. "focus": -0.2047594653982401,
  1219. "gap": 10.392197401393389
  1220. },
  1221. "lastCommittedPoint": null,
  1222. "startArrowhead": null,
  1223. "endArrowhead": "arrow",
  1224. "points": [
  1225. [
  1226. 0,
  1227. 0
  1228. ],
  1229. [
  1230. -0.3315362017829102,
  1231. 49.45191086419197
  1232. ]
  1233. ]
  1234. },
  1235. {
  1236. "type": "text",
  1237. "version": 894,
  1238. "versionNonce": 1173171385,
  1239. "isDeleted": false,
  1240. "id": "8rWUxp-jRNGrGRmhHHfm4",
  1241. "fillStyle": "solid",
  1242. "strokeWidth": 2,
  1243. "strokeStyle": "solid",
  1244. "roughness": 2,
  1245. "opacity": 100,
  1246. "angle": 0,
  1247. "x": 1047.251646167428,
  1248. "y": 887.3555879534618,
  1249. "strokeColor": "#1e1e1e",
  1250. "backgroundColor": "#ffc9c9",
  1251. "width": 112.5,
  1252. "height": 57.599999999999994,
  1253. "seed": 1600918713,
  1254. "groupIds": [],
  1255. "frameId": null,
  1256. "roundness": null,
  1257. "boundElements": [
  1258. {
  1259. "id": "ces8IwHCpQlTnELpjFDIn",
  1260. "type": "arrow"
  1261. }
  1262. ],
  1263. "updated": 1698927613072,
  1264. "link": null,
  1265. "locked": false,
  1266. "fontSize": 16,
  1267. "fontFamily": 3,
  1268. "text": "stable minor\nrelease\ne.g. 3.4.0",
  1269. "textAlign": "center",
  1270. "verticalAlign": "top",
  1271. "containerId": null,
  1272. "originalText": "stable minor\nrelease\ne.g. 3.4.0",
  1273. "lineHeight": 1.2,
  1274. "baseline": 53
  1275. },
  1276. {
  1277. "type": "ellipse",
  1278. "version": 201,
  1279. "versionNonce": 78435447,
  1280. "isDeleted": false,
  1281. "id": "3RHuRn_evSK0YUe02B4MY",
  1282. "fillStyle": "solid",
  1283. "strokeWidth": 2,
  1284. "strokeStyle": "solid",
  1285. "roughness": 2,
  1286. "opacity": 100,
  1287. "angle": 0,
  1288. "x": 909.9742423218671,
  1289. "y": 810.4142561718397,
  1290. "strokeColor": "#2f9e44",
  1291. "backgroundColor": "#b2f2bb",
  1292. "width": 18.814646969963974,
  1293. "height": 18.814646969963974,
  1294. "seed": 1199705047,
  1295. "groupIds": [],
  1296. "frameId": null,
  1297. "roundness": {
  1298. "type": 2
  1299. },
  1300. "boundElements": [],
  1301. "updated": 1698927613072,
  1302. "link": null,
  1303. "locked": false
  1304. },
  1305. {
  1306. "type": "ellipse",
  1307. "version": 371,
  1308. "versionNonce": 2093872087,
  1309. "isDeleted": false,
  1310. "id": "9h2Cu__8owLUgUGjGcWDe",
  1311. "fillStyle": "solid",
  1312. "strokeWidth": 1,
  1313. "strokeStyle": "solid",
  1314. "roughness": 2,
  1315. "opacity": 100,
  1316. "angle": 0,
  1317. "x": 848.4414471158692,
  1318. "y": 650.826922928275,
  1319. "strokeColor": "#1e1e1e",
  1320. "backgroundColor": "#b2f2bb",
  1321. "width": 18.814646969963974,
  1322. "height": 18.814646969963974,
  1323. "seed": 603147257,
  1324. "groupIds": [],
  1325. "frameId": null,
  1326. "roundness": {
  1327. "type": 2
  1328. },
  1329. "boundElements": [],
  1330. "updated": 1698927613072,
  1331. "link": null,
  1332. "locked": false
  1333. },
  1334. {
  1335. "type": "ellipse",
  1336. "version": 361,
  1337. "versionNonce": 1981618457,
  1338. "isDeleted": false,
  1339. "id": "s0PKxsWTJSDbQeEl_WI-C",
  1340. "fillStyle": "solid",
  1341. "strokeWidth": 2,
  1342. "strokeStyle": "solid",
  1343. "roughness": 2,
  1344. "opacity": 100,
  1345. "angle": 0,
  1346. "x": 777.1778842958995,
  1347. "y": 650.2466837635417,
  1348. "strokeColor": "#2f9e44",
  1349. "backgroundColor": "#b2f2bb",
  1350. "width": 18.814646969963974,
  1351. "height": 18.814646969963974,
  1352. "seed": 326722777,
  1353. "groupIds": [],
  1354. "frameId": null,
  1355. "roundness": {
  1356. "type": 2
  1357. },
  1358. "boundElements": [
  1359. {
  1360. "id": "lwYvAs-7FTjcwxKjcx0KV",
  1361. "type": "arrow"
  1362. }
  1363. ],
  1364. "updated": 1698927613072,
  1365. "link": null,
  1366. "locked": false
  1367. },
  1368. {
  1369. "type": "text",
  1370. "version": 871,
  1371. "versionNonce": 1528156247,
  1372. "isDeleted": false,
  1373. "id": "3JAdSa7kqqSDSom5ZFDoE",
  1374. "fillStyle": "solid",
  1375. "strokeWidth": 2,
  1376. "strokeStyle": "solid",
  1377. "roughness": 2,
  1378. "opacity": 100,
  1379. "angle": 0,
  1380. "x": 904.3603861670398,
  1381. "y": 707.2413714353705,
  1382. "strokeColor": "#1e1e1e",
  1383. "backgroundColor": "#ffc9c9",
  1384. "width": 140.625,
  1385. "height": 57.599999999999994,
  1386. "seed": 1011049431,
  1387. "groupIds": [],
  1388. "frameId": null,
  1389. "roundness": null,
  1390. "boundElements": [],
  1391. "updated": 1698927613072,
  1392. "link": null,
  1393. "locked": false,
  1394. "fontSize": 16,
  1395. "fontFamily": 3,
  1396. "text": "final merge\nmain into minor\nbefore release",
  1397. "textAlign": "center",
  1398. "verticalAlign": "top",
  1399. "containerId": null,
  1400. "originalText": "final merge\nmain into minor\nbefore release",
  1401. "lineHeight": 1.2,
  1402. "baseline": 53
  1403. },
  1404. {
  1405. "type": "arrow",
  1406. "version": 591,
  1407. "versionNonce": 1714373785,
  1408. "isDeleted": false,
  1409. "id": "7kFBLq2Iczmj0lVnVk8Ad",
  1410. "fillStyle": "solid",
  1411. "strokeWidth": 2,
  1412. "strokeStyle": "dotted",
  1413. "roughness": 1,
  1414. "opacity": 100,
  1415. "angle": 0,
  1416. "x": 1100.7141458557703,
  1417. "y": 814.2034531496416,
  1418. "strokeColor": "#2f9e44",
  1419. "backgroundColor": "#ffffff",
  1420. "width": 127.38209933342364,
  1421. "height": 144.5383600420214,
  1422. "seed": 25829591,
  1423. "groupIds": [],
  1424. "frameId": null,
  1425. "roundness": {
  1426. "type": 2
  1427. },
  1428. "boundElements": [],
  1429. "updated": 1698927613072,
  1430. "link": null,
  1431. "locked": false,
  1432. "startBinding": null,
  1433. "endBinding": {
  1434. "elementId": "Y7VXnuc9QEz2N2l9i0xrc",
  1435. "focus": 0.3932764551319699,
  1436. "gap": 5.928572790502042
  1437. },
  1438. "lastCommittedPoint": null,
  1439. "startArrowhead": null,
  1440. "endArrowhead": "arrow",
  1441. "points": [
  1442. [
  1443. 0,
  1444. 0
  1445. ],
  1446. [
  1447. 88.94909573964219,
  1448. -43.721805169626464
  1449. ],
  1450. [
  1451. 127.38209933342364,
  1452. -144.5383600420214
  1453. ]
  1454. ]
  1455. },
  1456. {
  1457. "type": "text",
  1458. "version": 1208,
  1459. "versionNonce": 1254600055,
  1460. "isDeleted": false,
  1461. "id": "gwFWlPLabuYhxCOweJjWz",
  1462. "fillStyle": "solid",
  1463. "strokeWidth": 2,
  1464. "strokeStyle": "solid",
  1465. "roughness": 2,
  1466. "opacity": 100,
  1467. "angle": 0,
  1468. "x": 1223.0464288187204,
  1469. "y": 725.1565933898091,
  1470. "strokeColor": "#1e1e1e",
  1471. "backgroundColor": "#ffc9c9",
  1472. "width": 150,
  1473. "height": 38.4,
  1474. "seed": 51102743,
  1475. "groupIds": [],
  1476. "frameId": null,
  1477. "roundness": null,
  1478. "boundElements": [],
  1479. "updated": 1698927613072,
  1480. "link": null,
  1481. "locked": false,
  1482. "fontSize": 16,
  1483. "fontFamily": 3,
  1484. "text": "main merge minor\n(fast forward)",
  1485. "textAlign": "center",
  1486. "verticalAlign": "top",
  1487. "containerId": null,
  1488. "originalText": "main merge minor\n(fast forward)",
  1489. "lineHeight": 1.2,
  1490. "baseline": 34
  1491. },
  1492. {
  1493. "type": "ellipse",
  1494. "version": 597,
  1495. "versionNonce": 1760381305,
  1496. "isDeleted": false,
  1497. "id": "Y7VXnuc9QEz2N2l9i0xrc",
  1498. "fillStyle": "solid",
  1499. "strokeWidth": 1,
  1500. "strokeStyle": "solid",
  1501. "roughness": 2,
  1502. "opacity": 100,
  1503. "angle": 0,
  1504. "x": 1227.4473966637659,
  1505. "y": 647.6689320688656,
  1506. "strokeColor": "#1e1e1e",
  1507. "backgroundColor": "#a5d8ff",
  1508. "width": 18.814646969963974,
  1509. "height": 18.814646969963974,
  1510. "seed": 412038615,
  1511. "groupIds": [],
  1512. "frameId": null,
  1513. "roundness": {
  1514. "type": 2
  1515. },
  1516. "boundElements": [
  1517. {
  1518. "id": "7kFBLq2Iczmj0lVnVk8Ad",
  1519. "type": "arrow"
  1520. }
  1521. ],
  1522. "updated": 1698927613072,
  1523. "link": null,
  1524. "locked": false
  1525. },
  1526. {
  1527. "type": "ellipse",
  1528. "version": 547,
  1529. "versionNonce": 1585505943,
  1530. "isDeleted": false,
  1531. "id": "ggogfJT7E_bbfEog7Hjnp",
  1532. "fillStyle": "solid",
  1533. "strokeWidth": 1,
  1534. "strokeStyle": "solid",
  1535. "roughness": 2,
  1536. "opacity": 100,
  1537. "angle": 0,
  1538. "x": 1083.7911569735343,
  1539. "y": 809.5203742153592,
  1540. "strokeColor": "#1e1e1e",
  1541. "backgroundColor": "#a5d8ff",
  1542. "width": 18.814646969963974,
  1543. "height": 18.814646969963974,
  1544. "seed": 741463161,
  1545. "groupIds": [],
  1546. "frameId": null,
  1547. "roundness": {
  1548. "type": 2
  1549. },
  1550. "boundElements": [
  1551. {
  1552. "id": "nRDWQs5nQa37yzCWTBiXC",
  1553. "type": "arrow"
  1554. }
  1555. ],
  1556. "updated": 1698927613072,
  1557. "link": null,
  1558. "locked": false
  1559. },
  1560. {
  1561. "type": "text",
  1562. "version": 229,
  1563. "versionNonce": 1935127129,
  1564. "isDeleted": false,
  1565. "id": "eU-EgpwDD42CLYUEIDLaD",
  1566. "fillStyle": "solid",
  1567. "strokeWidth": 2,
  1568. "strokeStyle": "dotted",
  1569. "roughness": 1,
  1570. "opacity": 100,
  1571. "angle": 0,
  1572. "x": 305.8405004265049,
  1573. "y": 389.31989430571576,
  1574. "strokeColor": "#1e1e1e",
  1575. "backgroundColor": "#a5d8ff",
  1576. "width": 581.25,
  1577. "height": 19.2,
  1578. "seed": 1086231577,
  1579. "groupIds": [],
  1580. "frameId": null,
  1581. "roundness": null,
  1582. "boundElements": [],
  1583. "updated": 1698927613072,
  1584. "link": null,
  1585. "locked": false,
  1586. "fontSize": 16,
  1587. "fontFamily": 3,
  1588. "text": "- merge feature PRs into, and release minors from minor branch",
  1589. "textAlign": "left",
  1590. "verticalAlign": "top",
  1591. "containerId": null,
  1592. "originalText": "- merge feature PRs into, and release minors from minor branch",
  1593. "lineHeight": 1.2,
  1594. "baseline": 15
  1595. },
  1596. {
  1597. "type": "text",
  1598. "version": 397,
  1599. "versionNonce": 116088535,
  1600. "isDeleted": false,
  1601. "id": "Kt6VBAVD4sLM4IexsRGoX",
  1602. "fillStyle": "solid",
  1603. "strokeWidth": 2,
  1604. "strokeStyle": "dotted",
  1605. "roughness": 1,
  1606. "opacity": 100,
  1607. "angle": 0,
  1608. "x": 305.4136207977353,
  1609. "y": 358.61173442109686,
  1610. "strokeColor": "#1e1e1e",
  1611. "backgroundColor": "#a5d8ff",
  1612. "width": 618.75,
  1613. "height": 19.2,
  1614. "seed": 273353945,
  1615. "groupIds": [],
  1616. "frameId": null,
  1617. "roundness": null,
  1618. "boundElements": [],
  1619. "updated": 1698927617946,
  1620. "link": null,
  1621. "locked": false,
  1622. "fontSize": 16,
  1623. "fontFamily": 3,
  1624. "text": "- merge fix / chore PRs into, and release patches from main branch",
  1625. "textAlign": "left",
  1626. "verticalAlign": "top",
  1627. "containerId": null,
  1628. "originalText": "- merge fix / chore PRs into, and release patches from main branch",
  1629. "lineHeight": 1.2,
  1630. "baseline": 15
  1631. },
  1632. {
  1633. "type": "text",
  1634. "version": 459,
  1635. "versionNonce": 440532793,
  1636. "isDeleted": false,
  1637. "id": "JwKEdnU6H_Nu74WbEAX5M",
  1638. "fillStyle": "solid",
  1639. "strokeWidth": 2,
  1640. "strokeStyle": "dotted",
  1641. "roughness": 1,
  1642. "opacity": 100,
  1643. "angle": 0,
  1644. "x": 305.6723761009271,
  1645. "y": 418.3724478537203,
  1646. "strokeColor": "#1e1e1e",
  1647. "backgroundColor": "#a5d8ff",
  1648. "width": 459.375,
  1649. "height": 19.2,
  1650. "seed": 1001222329,
  1651. "groupIds": [],
  1652. "frameId": null,
  1653. "roundness": null,
  1654. "boundElements": [],
  1655. "updated": 1698927613072,
  1656. "link": null,
  1657. "locked": false,
  1658. "fontSize": 16,
  1659. "fontFamily": 3,
  1660. "text": "- merge main into minor before each minor release",
  1661. "textAlign": "left",
  1662. "verticalAlign": "top",
  1663. "containerId": null,
  1664. "originalText": "- merge main into minor before each minor release",
  1665. "lineHeight": 1.2,
  1666. "baseline": 15
  1667. },
  1668. {
  1669. "type": "text",
  1670. "version": 602,
  1671. "versionNonce": 1108720119,
  1672. "isDeleted": false,
  1673. "id": "mb9ZoP803MiH7MTO8wH-2",
  1674. "fillStyle": "solid",
  1675. "strokeWidth": 2,
  1676. "strokeStyle": "dotted",
  1677. "roughness": 1,
  1678. "opacity": 100,
  1679. "angle": 0,
  1680. "x": 305.0895924262568,
  1681. "y": 447.44321411383333,
  1682. "strokeColor": "#1e1e1e",
  1683. "backgroundColor": "#a5d8ff",
  1684. "width": 534.375,
  1685. "height": 19.2,
  1686. "seed": 264651479,
  1687. "groupIds": [],
  1688. "frameId": null,
  1689. "roundness": null,
  1690. "boundElements": [],
  1691. "updated": 1698927613072,
  1692. "link": null,
  1693. "locked": false,
  1694. "fontSize": 16,
  1695. "fontFamily": 3,
  1696. "text": "- fast forward main to minor after a stable minor release",
  1697. "textAlign": "left",
  1698. "verticalAlign": "top",
  1699. "containerId": null,
  1700. "originalText": "- fast forward main to minor after a stable minor release",
  1701. "lineHeight": 1.2,
  1702. "baseline": 15
  1703. },
  1704. {
  1705. "type": "text",
  1706. "version": 612,
  1707. "versionNonce": 1588872441,
  1708. "isDeleted": false,
  1709. "id": "IfJPOFiwrCibpaBQqc5g-",
  1710. "fillStyle": "solid",
  1711. "strokeWidth": 2,
  1712. "strokeStyle": "solid",
  1713. "roughness": 2,
  1714. "opacity": 100,
  1715. "angle": 0,
  1716. "x": 646.7131179044119,
  1717. "y": 724.4984335940012,
  1718. "strokeColor": "#1e1e1e",
  1719. "backgroundColor": "#ffc9c9",
  1720. "width": 131.25,
  1721. "height": 57.599999999999994,
  1722. "seed": 1301100087,
  1723. "groupIds": [],
  1724. "frameId": null,
  1725. "roundness": null,
  1726. "boundElements": [],
  1727. "updated": 1698927613072,
  1728. "link": null,
  1729. "locked": false,
  1730. "fontSize": 16,
  1731. "fontFamily": 3,
  1732. "text": "merge main\ninto minor\nbefore release",
  1733. "textAlign": "left",
  1734. "verticalAlign": "top",
  1735. "containerId": null,
  1736. "originalText": "merge main\ninto minor\nbefore release",
  1737. "lineHeight": 1.2,
  1738. "baseline": 53
  1739. }
  1740. ],
  1741. "appState": {
  1742. "gridSize": null,
  1743. "viewBackgroundColor": "#ffffff"
  1744. },
  1745. "files": {}
  1746. }