File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ This markup can be edited and converted to .svg or .png here:
22https://www.mermaidchart.com/app/projects/95759d78-db93-499c-ad66-0e3f698ba88c/diagrams/31dbd6bc-7ec8-4583-a456-55e3fe3f6cfc/version/v0.1/edit
33
44``` mermaid
5+ %%{ init: { "themeVariables": { "fontSize": "24px" } } }%%
56flowchart TD
6- A[Tag + Push release branch] --> B{Draft Release generated?}
7- B -- Yes --> C[Review release notes]
8- C --> D[Check release artifacts]
9- D --> E[Publish Release to NuGet.org]
10-
11- B -- No --> F[Check GitHub Actions logs]
12- F --> G[Fix problems]
13- G --> H[Delete failed tag]
14- H --> I["Reset AnalyzerReleases.Shipped.md<br/>header to {{vnext}} if needed"]
7+ A["Tag + Push release branch"] --> B{"Draft Release generated?"}
8+ B -- Yes --> C["Review release notes"]
9+ C --> D["Check release artifacts"]
10+ D --> E["Publish Release to NuGet.org"]
11+ B -- No --> F["Check GitHub Actions logs"]
12+ F --> G["Fix problems"]
13+ G --> H["Delete failed tag"]
14+ H --> I["Reset AnalyzerReleases.Shipped.md<br>header to {{vnext}} if needed"]
1515 I --> A
1616```
You can’t perform that action at this time.
0 commit comments