зеркало из https://github.com/microsoft/docker.git
Update RELEASE-CHECKLIST with a few minor nits (periods, whitespace)
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
Родитель
751c7e0f00
Коммит
e1166861d2
|
@ -34,11 +34,12 @@ git checkout --track origin/release
|
||||||
git checkout -b bump_$VERSION
|
git checkout -b bump_$VERSION
|
||||||
```
|
```
|
||||||
|
|
||||||
If it's a regular release, we usually merge master
|
If it's a regular release, we usually merge master.
|
||||||
```bash
|
```bash
|
||||||
git merge origin/master
|
git merge origin/master
|
||||||
```
|
```
|
||||||
Otherwise, if it is a hotfix release, we cherry-pick only the commits we want
|
|
||||||
|
Otherwise, if it is a hotfix release, we cherry-pick only the commits we want.
|
||||||
```bash
|
```bash
|
||||||
# get the commits ids we want to cherry-pick
|
# get the commits ids we want to cherry-pick
|
||||||
git log
|
git log
|
||||||
|
|
Загрузка…
Ссылка в новой задаче