Skip to content

Commit ea50844

Browse files
Updates RELEASE.md instructions
1 parent b832361 commit ea50844

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tripy/RELEASE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,16 @@ This document explains how to release a new version of Tripy.
2020
This is a very important step as otherwise the release pipeline could fail.
2121

2222
Once the post-merge pipelines have succeeded, create a new tag with:
23+
2324
```bash
2425
git tag tripy-vX.Y.Z
2526
```
26-
replacing `X.Y.Z` with the version number and push it to the repository.
27+
28+
replacing `X.Y.Z` with the version number and push it to the repository:
29+
30+
```bash
31+
git push --tags
32+
```
2733

2834
This should trigger our release pipeline, which will build and deploy
2935
the documentation and create a GitHub release with the wheel.

0 commit comments

Comments
 (0)