We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832361 commit ea50844Copy full SHA for ea50844
tripy/RELEASE.md
@@ -20,10 +20,16 @@ This document explains how to release a new version of Tripy.
20
This is a very important step as otherwise the release pipeline could fail.
21
22
Once the post-merge pipelines have succeeded, create a new tag with:
23
+
24
```bash
25
git tag tripy-vX.Y.Z
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
+ ```
33
34
This should trigger our release pipeline, which will build and deploy
35
the documentation and create a GitHub release with the wheel.
0 commit comments