We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589b234 commit 9b4df3aCopy full SHA for 9b4df3a
docs/contributing.rst
@@ -42,3 +42,15 @@ Build the documentation:
42
.. code:: text
43
44
make -C docs/ clean html
45
+
46
47
+Publish release
48
+---------------
49
50
+.. code-block:: text
51
52
+ git checkout main
53
+ cz bump --no-verify
54
+ git push origin main && git push --tags
55
+ make poetry-build
56
+ poetry publish
0 commit comments