Skip to content

Commit 9b4df3a

Browse files
committed
docs: build release procedure
1 parent 589b234 commit 9b4df3a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/contributing.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,15 @@ Build the documentation:
4242
.. code:: text
4343
4444
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

Comments
 (0)