Skip to content

Commit 741f39e

Browse files
mkumar73Copilot
andcommitted
docs: workflow node fixed
Co-authored-by: Copilot <copilot@github.com>
1 parent 4d40fc7 commit 741f39e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/developer_guide/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)