Add RELEASE.md note about deprecation notice

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
Ahmet Alp Balkan 2016-03-10 16:59:28 -08:00
parent ce3cb54482
commit ec33a7dfc3
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ several "checklist items" which should be documented. This document is intended
to cover the current Docker Machine release process. It is written for Docker to cover the current Docker Machine release process. It is written for Docker
Machine core maintainers who might find themselves performing a release. Machine core maintainers who might find themselves performing a release.
0. The new version of `azure` driver released in 0.7.0 is not backwards compatible
and therefore errors out with a message saying the new driver is unsupported with
the new version. The commit 7b961604 should be undone prior to 0.8.0 release and
this notice must be removed from `docs/RELEASE.md`.
1. **Get a GITHUB_TOKEN** Check that you have a proper `GITHUB_TOKEN`. This 1. **Get a GITHUB_TOKEN** Check that you have a proper `GITHUB_TOKEN`. This
token needs only to have the `repo` scope. The token can be created on github token needs only to have the `repo` scope. The token can be created on github
in the settings > Personal Access Token menu. in the settings > Personal Access Token menu.