summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Vieux <vieux@docker.com>2014-07-02 18:53:35 +0000
committerVictor Vieux <vieux@docker.com>2014-07-02 18:54:14 +0000
commit170ba7f8feea9b284d20ed85e9ea9c947be2941c (patch)
tree08a042ff12a3fe7ec4285e0050ac79e4dbc752fc
parent8ea35892871f75cd0197a5c443054bf570ed6744 (diff)
downloaddocker-170ba7f8feea9b284d20ed85e9ea9c947be2941c.tar.gz
update release checklist and .gitignore
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
-rw-r--r--.gitignore1
-rw-r--r--hack/RELEASE-CHECKLIST.md3
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4f8f09c775..2a86e41caf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ Vagrantfile
docs/AWS_S3_BUCKET
docs/GIT_BRANCH
docs/VERSION
+docs/GITCOMMIT
diff --git a/hack/RELEASE-CHECKLIST.md b/hack/RELEASE-CHECKLIST.md
index 6d7ed15297..2fe1a3ce96 100644
--- a/hack/RELEASE-CHECKLIST.md
+++ b/hack/RELEASE-CHECKLIST.md
@@ -138,11 +138,10 @@ make AWS_S3_BUCKET=beta-docs.docker.io docs-release
### 5. Commit and create a pull request to the "release" branch
```bash
-export GITHUBUSER="YOUR_GITHUB_USER"
git add VERSION CHANGELOG.md
git commit -m "Bump version to $VERSION"
git push $GITHUBUSER bump_$VERSION
-echo "https://github.com/$GITHUBUSER/docker/compare/dotcloud:master...$GITHUBUSER:bump_$VERSION?expand=1"
+echo "https://github.com/$GITHUBUSER/docker/compare/dotcloud:release...$GITHUBUSER:bump_$VERSION?expand=1"
```
That last command will give you the proper link to visit to ensure that you