Skip to content

Commit

Permalink
Add instruction to upload binary in release.
Browse files Browse the repository at this point in the history
Signed-off-by: Dong Chen <dongluo.chen@docker.com>
  • Loading branch information
dongluochen committed Oct 24, 2016
1 parent 60932b5 commit 372670c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ git push $GITHUBUSER bump-<version>

Open PR on docker/swarm. Merge the PR before moving to next step. If the release is an RC, then `CHANGELOG.md` should list the latest RC.

If Go version is updated, please manually trigger `dockerswarm/swarm-test-env` build update at https://hub.docker.com/r/dockerswarm/swarm-test-env/~/dockerfile/. After successful build, Go version will be updated. This should be done whenever Go version is updated.

### 2. Rebase release branch on top of updated master branch and tag

```
@@ -73,4 +75,12 @@ Open PR on docker-library/official-images.

### 5. Create release on github

Go to https://github.com/docker/swarm/releases/new use <tag> and changelog
Go to https://github.com/docker/swarm/releases/new use <tag> and edit changelog.

Upload Linux binary to the release. Copy the image built at docker/swarm-library-image.

```
tar czvf swarm-#tag#-linux-x86_64.tgz swarm
```

In the release page, upload swarm-#tag#-linux-x86_64.tgz.

0 comments on commit 372670c

Please sign in to comment.