Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit ec7986e

Browse files
committed
Update README
1 parent 0161e79 commit ec7986e

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,18 @@ Contributing
8181
We use `optimistic merging <https://dmerej.info/blog/post/optimistic-merging/>`_ so you don't have to worry too much about formatting the code, pleasing the linters or making sure all the test pass.
8282

8383
That being said, if you want, you can install `just <https://just.systems/man/en/>`_ and use it to check your changes automatically. Just run ``just`` to see available tasks.
84+
85+
Making a new release
86+
--------------------
87+
88+
Install `tbump <https://pypi.org/project/tbump>`_ and use it to bump `cli-ui` to the new version.
89+
90+
Uploading documentation
91+
-----------------------
92+
93+
Run:
94+
95+
.. code-block:: sh
96+
97+
just deploy-doc
98+

0 commit comments

Comments
 (0)