Merge pull request #11574 from icecrime/release_version_push

Document VERSION file update scheme
This commit is contained in:
Jessie Frazelle 2015-03-23 09:47:16 -07:00
commit bf304cc414
1 changed files with 11 additions and 1 deletions

View File

@ -364,7 +364,17 @@ echo "https://github.com/$GITHUBUSER/docker/compare/docker:master...$GITHUBUSER:
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.
### 13. Rejoice and Evangelize! ### 13. Update the API docs and VERSION files
Now that version X.Y.Z is out, time to start working on the next! Update the
content of the `VERSION` file to be the next minor (incrementing Y) and add the
`-dev` suffix. For example, after 1.5.0 release, the `VERSION` file gets
updated to `1.6.0-dev` (as in "1.6.0 in the making").
Also create a new entry in `docs/sources/reference/api/` by copying the latest
and bumping the version number (in both the file's name and content).
### 14. Rejoice and Evangelize!
Congratulations! You're done. Congratulations! You're done.