Releasing

June 9, 2016 ยท View on GitHub

  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.