瀏覽代碼

Merge pull request #6819 from vieux/update_release_checklist_and_gitcommit

update release checklist and .gitignore
Sven Dowideit 11 年之前
父節點
當前提交
65e4b57fda
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 0
      .gitignore
  2. 1 2
      hack/RELEASE-CHECKLIST.md

+ 1 - 0
.gitignore

@@ -26,3 +26,4 @@ Vagrantfile
 docs/AWS_S3_BUCKET
 docs/GIT_BRANCH
 docs/VERSION
+docs/GITCOMMIT

+ 1 - 2
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