Skip to content
This repository has been archived by the owner on Dec 21, 2017. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 247 Bytes

RELEASE.md

File metadata and controls

10 lines (8 loc) · 247 Bytes

Automated releases

NA

Manual releases

UI is released in lock-step with auth_proxy. In order to release a version, just create a tag with that version and push it to master.

```
git tag <version>
git push origin <version>
```