Skip to content

Commit fb6bc3d

Browse files
authored
Add release instruction to readme
1 parent 74d85c0 commit fb6bc3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ OMLT uses `just <https://github.com/casey/just>`_ to manage development tasks:
151151
* ``just dev-gpu`` same as ``dev`` but with GPU support
152152
* ``just docs`` to build the documentation
153153

154+
OMLT also includes a workflow for publishing new releases. This workflow can be triggered by pushing a new tag with an updated version number: ::
155+
156+
git tag <version> # e.g. git tag v1.2.0
157+
git push upstream --tags
158+
159+
154160
Contributors
155161
============
156162

0 commit comments

Comments
 (0)