File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ flowchart TD
2020 B -->|Stable| ST1[Bump version e.g. 1.7.0]:::setup
2121 RC1 --> RC2[Update CHANGELOG.md]:::setup
2222 RC2 --> RC3[Commit & push branch]:::setup
23- RC3 --> RC4["git tag vX.Y.ZrcN\ngit push origin vX.Y.ZrcN"]:::git
23+ RC3 --> RC4["git tag vX.Y.ZrcN<br/>git push origin vX.Y.ZrcN"]:::git
2424 RC4 --> RC5[CI: publish-testpypi.yml]:::ci
2525 RC5 --> RC6[TestPyPI + GitHub pre-release]:::rc
2626 RC6 -->|Issues found| RC1
@@ -31,7 +31,7 @@ flowchart TD
3131 ST4 --> ST5{Review & approve}:::decision
3232 ST5 --> ST6[Merge PR into main]:::pr
3333 ST6 --> ST7[git checkout main && git pull]:::git
34- ST7 --> ST8["git tag vX.Y.Z\ngit push origin vX.Y.Z"]:::git
34+ ST7 --> ST8["git tag vX.Y.Z<br/>git push origin vX.Y.Z"]:::git
3535 ST8 --> ST9[CI: publish-pypi.yml]:::ci
3636 ST9 --> ST10[PyPI + GitHub Release]:::stable
3737
You can’t perform that action at this time.
0 commit comments