mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Updates to release checklist.
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
parent
c60e60a184
commit
473a443d84
1 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ If this is a MAJOR.MINOR.0 release, you need to make an branch for the previous
|
||||||
documentation:
|
documentation:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout -b docs-$PREVIOUS_MAJOR_MINOR docs
|
git checkout -b docs-$PREVIOUS_MAJOR_MINOR
|
||||||
git fetch
|
git fetch
|
||||||
git reset --hard origin/docs
|
git reset --hard origin/docs
|
||||||
git push -f origin docs-$PREVIOUS_MAJOR_MINOR
|
git push -f origin docs-$PREVIOUS_MAJOR_MINOR
|
||||||
|
@ -282,8 +282,8 @@ Ask Sven, or JohnC to invalidate the cloudfront cache using the CND Planet chrom
|
||||||
git checkout master
|
git checkout master
|
||||||
git fetch
|
git fetch
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
git merge origin/release
|
|
||||||
git checkout -b merge_release_$VERSION
|
git checkout -b merge_release_$VERSION
|
||||||
|
git merge origin/release
|
||||||
echo ${VERSION#v}-dev > VERSION
|
echo ${VERSION#v}-dev > VERSION
|
||||||
git add VERSION
|
git add VERSION
|
||||||
git commit -m "Change version to $(cat VERSION)"
|
git commit -m "Change version to $(cat VERSION)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue