Files
temporalio-docker-compose/RELEASE.md
Ruslan 488ef07c1b Remove more of UI v1 scripts (#146)
* Remove more of UI v1 scripts

* Update RELEASE.md
2022-10-13 09:26:24 -07:00

261 B

Create new release

To update the image tag for a release:

  • In the file .env update the version variable to be changed

    TEMPORAL_VERSION=1.16.2
    TEMPORAL_UI_VERSION=2.7.1
    
  • Commit the change and submit a PR