Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 424 Bytes

releases.md

File metadata and controls

21 lines (13 loc) · 424 Bytes

Release Management

Building a release

To build a release, run

make release-build

This builds the release from app/Dockerfile. The Dockerfile needs to have a build stage called release to act as the build target. (See Name your build stages)

Publishing a release

TODO

Deploying a release

TODO