We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d25f2 commit 9ca5eb3Copy full SHA for 9ca5eb3
CONTRIBUTING.md
@@ -82,4 +82,13 @@ Additional dependency groups will need to be installed for some RDBMS:
82
83
# for oracle
84
poetry install -E all --with oracle
85
+```
86
+
87
+## Releases
88
89
+The release workflow is triggered by tag creation. You must have git tag signing enabled.
90
91
+```console
92
+git tag -s vX.X.X -m "X.X.X Release"
93
+git push origin vX.X.X
94
```
0 commit comments