Show More
@@ -14,7 +14,15 b' Most of the release process is automated by the :file:`release` script in the' | |||||
14 | of commits (get the previous release name from the tag list with ``git |
|
14 | of commits (get the previous release name from the tag list with ``git | |
15 | tag``):: |
|
15 | tag``):: | |
16 |
|
16 | |||
17 |
git log -- |
|
17 | git log --format="* %aN" $PREV_RELEASE... | sort -u | |
|
18 | ||||
|
19 | .. note:: | |||
|
20 | ||||
|
21 | use:: | |||
|
22 | ||||
|
23 | git log --format="%aN <%aE>" $PREV_RELEASE... | sort -u -f | |||
|
24 | ||||
|
25 | To find duplicates and update :file:`.mailmap` | |||
18 |
|
26 | |||
19 | #. Run :file:`build_release`, which does all the file checking and building |
|
27 | #. Run :file:`build_release`, which does all the file checking and building | |
20 | that the real release script will do. This will let you do test |
|
28 | that the real release script will do. This will let you do test |
General Comments 0
You need to be logged in to leave comments.
Login now