1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

hack/RELEASE: add step for updating doc branch

Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com> (github: google)
This commit is contained in:
Johan Euphrosine 2014-02-13 11:42:14 -08:00
parent 9997d0c9ed
commit da3a52746b

View file

@ -173,9 +173,13 @@ git push origin $VERSION
It's very important that we don't make the tag until after the official It's very important that we don't make the tag until after the official
release is uploaded to get.docker.io! release is uploaded to get.docker.io!
### 10. Go to github to merge the `bump_$VERSION` into release ### 10. Go to github to merge the `bump_$VERSION` branch into release
Merging the pull request to the release branch will automatically Don't delete the leftover branch just yet, as we will need it for the next step.
### 11. Go to github to merge the `bump_$VERSION` branch into docs
Merging the pull request to the docs branch will automatically
update the documentation on the "latest" revision of the docs. You update the documentation on the "latest" revision of the docs. You
should see the updated docs 5-10 minutes after the merge. The docs should see the updated docs 5-10 minutes after the merge. The docs
will appear on http://docs.docker.io/. For more information about will appear on http://docs.docker.io/. For more information about
@ -184,7 +188,7 @@ documentation releases, see `docs/README.md`.
Don't forget to push that pretty blue button to delete the leftover Don't forget to push that pretty blue button to delete the leftover
branch afterwards! branch afterwards!
### 11. Create a new pull request to merge release back into master ### 12. Create a new pull request to merge release back into master
```bash ```bash
git checkout master git checkout master
@ -202,7 +206,7 @@ echo "https://github.com/dotcloud/docker/compare/master...merge_release_$VERSION
Again, get two maintainers to validate, then merge, then push that pretty Again, get two maintainers to validate, then merge, then push that pretty
blue button to delete your branch. blue button to delete your branch.
### 12. Rejoice and Evangelize! ### 13. Rejoice and Evangelize!
Congratulations! You're done. Congratulations! You're done.