Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.35 KB

releasing_packages.rst

File metadata and controls

27 lines (21 loc) · 1.35 KB

Releasing packages

Rez packages can be built and deployed to the :data:`release_packages_path` using the :ref:`rez-release` tool. This tool performs the following actions:

When to release vs build

Packages can be installed to the :data:`release_packages_path` manually by running :option:`rez-build -i --prefix /path/to/repo <rez-build --prefix>`, so why would you use rez-release?

Well, here are a few benefits of rez-release:

If you're working locally, these additional steps and checks may slow you down, so it may be better to stick with :ref:`rez-build`.