dex/Documentation/releases.md
bobbyrullo 65461a1c58 Creating releases... (#435)
* Create releases.md

* (SQUASH) make note about keys
2016-05-27 10:58:09 -04:00

454 B

Making a dex Release

  1. Make sure you've uploaded your GPG key.

  2. Make a new clone of the dex repo:

$ git clone git@github.com:coreos/dex.git
$ cd dex
  1. Tag with the release name:

    git tag -s v0.4.0
    
  2. Push the change:

    git push origin v0.4.0
    
  3. Make a release with release notes here: https://github.com/coreos/dex/releases