You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -84,11 +84,10 @@ Additional dependency groups will need to be installed for some RDBMS:
84
84
poetry install -E all --with oracle
85
85
```
86
86
87
-
## Releases
87
+
## Issuing Releases
88
88
89
-
The release workflow is triggered by tag creation. You must have git tag signing enabled.
89
+
The release workflow is triggered by tag creation. You must have [git tag signing enabled](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits). Our justfile has a release shortcut:
0 commit comments