Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
| ... | ... |
@@ -138,11 +138,10 @@ make AWS_S3_BUCKET=beta-docs.docker.io docs-release |
| 138 | 138 |
### 5. Commit and create a pull request to the "release" branch |
| 139 | 139 |
|
| 140 | 140 |
```bash |
| 141 |
-export GITHUBUSER="YOUR_GITHUB_USER" |
|
| 142 | 141 |
git add VERSION CHANGELOG.md |
| 143 | 142 |
git commit -m "Bump version to $VERSION" |
| 144 | 143 |
git push $GITHUBUSER bump_$VERSION |
| 145 |
-echo "https://github.com/$GITHUBUSER/docker/compare/dotcloud:master...$GITHUBUSER:bump_$VERSION?expand=1" |
|
| 144 |
+echo "https://github.com/$GITHUBUSER/docker/compare/dotcloud:release...$GITHUBUSER:bump_$VERSION?expand=1" |
|
| 146 | 145 |
``` |
| 147 | 146 |
|
| 148 | 147 |
That last command will give you the proper link to visit to ensure that you |