Skip to content

Commit 4be4be6

Browse files
authored
Add release instruction to readme (#169)
**Legal Acknowledgement**\ By contributing to this software project, I agree my contributions are submitted under the BSD license. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
1 parent 74d85c0 commit 4be4be6

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)