Skip to content

Commit 9ca5eb3

Browse files
committed
add release instruction to contributing
1 parent 08d25f2 commit 9ca5eb3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,13 @@ Additional dependency groups will need to be installed for some RDBMS:
8282

8383
# for oracle
8484
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
8594
```

0 commit comments

Comments
 (0)