Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 271 Bytes

RELEASE.md

File metadata and controls

14 lines (10 loc) · 271 Bytes

Create new release

To update image tags in docker-compose*.yml files run:

$ make release SERVER_TAG=<current_release_server_tag> WEB_TAG=<current_release_web_tag>

For example:

$ make release SERVER_TAG=1.5.1 WEB_TAG=1.5.0