Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
566bb2d1
Commit
566bb2d1
authored
Dec 12, 2016
by
Eric Chiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation: add notes on patch release branches
parent
c77cb863
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
dev-releases.md
Documentation/dev-releases.md
+9
-0
No files found.
Documentation/dev-releases.md
View file @
566bb2d1
...
@@ -50,6 +50,15 @@ previous releases for the expected format.
...
@@ -50,6 +50,15 @@ previous releases for the expected format.
https://github.com/coreos/dex/releases
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
## Building the Docker image
Build the Docker image and push to Quay.
Build the Docker image and push to Quay.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment