We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d85c0 commit fb6bc3dCopy full SHA for fb6bc3d
README.rst
@@ -151,6 +151,12 @@ OMLT uses `just <https://github.com/casey/just>`_ to manage development tasks:
151
* ``just dev-gpu`` same as ``dev`` but with GPU support
152
* ``just docs`` to build the documentation
153
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
160
Contributors
161
============
162
0 commit comments