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
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -83,16 +83,21 @@ just test tests/test_basics.py::BasicTests::test_call_command
83
83
84
84
django-typer strictly adheres to [semantic versioning](https://semver.org).
85
85
86
+
## Issuing Releases
87
+
88
+
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:
89
+
90
+
```bash
91
+
just release x.x.x
92
+
```
86
93
87
94
## Just Recipes
88
95
89
96
```
90
-
build # build docs and package
97
+
build # build src package and wheel
91
98
build-docs # build the docs
92
99
build-docs-html # build html documentation
93
100
build-docs-pdf # build pdf documentation
94
-
build-sdist # build the source distribution
95
-
build-wheel # build the wheel distribution
96
101
check # run all static checks
97
102
check-docs # lint the documentation
98
103
check-docs-links # check the documentation links for broken links
0 commit comments