Skip to content

Commit

Permalink
Update RELEASE-CHECKLIST to mention how to get a decent contributors …
Browse files Browse the repository at this point in the history
…list

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
  • Loading branch information
tianon committed Feb 4, 2014
1 parent 81b2940 commit bac7e74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hack/RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ EXAMPLES:
* Improve detection of kernel version
```

If you need a list of contributors between the last major release and the
current bump branch, use something like:
```bash
git log --format='%aN <%aE>' v0.7.0...bump_v0.8.0 | sort -uf
```
Obviously, you'll need to adjust version numbers as necessary. If you just need
a count, add a simple `| wc -l`.

### 3. Change the contents of the VERSION file

```bash
Expand Down

0 comments on commit bac7e74

Please sign in to comment.