Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 341 Bytes

RELEASING.md

File metadata and controls

11 lines (7 loc) · 341 Bytes

Releasing

  1. Create an annotated tag for the new version.

     $ git tag --annotate vX.Y.Z --message 'vX.Y.Z'
     $ git push origin vX.Y.Z
    
  2. Confirm that the automated Docker Hub builds were successful.