Skip to content

Commit

Permalink
Merge pull request #737 from ericchiang/document-patch-releases
Browse files Browse the repository at this point in the history
Documentation: add notes on patch release branches
  • Loading branch information
ericchiang committed Dec 12, 2016
2 parents c11ee4d + 566bb2d commit 79c51f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/dev-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ previous releases for the expected format.

https://github.com/coreos/dex/releases

## Minor releases - create a branch

If the release is a minor release (2.1.0, 2.2.0, etc.) create a branch for future patch releases.

```bash
git checkout -b v2.1.x tags/v2.1.0
git push git@github.com:coreos/dex.git v2.1.x
```

## Building the Docker image

Build the Docker image and push to Quay.
Expand Down

0 comments on commit 79c51f2

Please sign in to comment.