Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 699 Bytes

RELEASE.md

File metadata and controls

18 lines (13 loc) · 699 Bytes

Release

To release a new compositor version:

  • Go to Actions -> package for release -> Trigger build on master using "Run workflow" drop-down menu.

  • Wait for a job to finish.

  • Run gh run list --workflow "package for release" and find an ID of the workflow run that packaged release binaries. Running ./scripts/release.sh without necessary environment variables will also display that list.

  • Run

    WORKFLOW_RUN_ID={WORKFLOW_RUN_ID} RELEASE_TAG={VERSION} ./scripts/release.sh

    e.g.

    WORKFLOW_RUN_ID=6302155380 RELEASE_TAG=v1.2.3 ./scripts/release.sh `