Skip to content

Commit c346b41

Browse files
authored
RELEASING.md: Include author email in shortlog (grpc#10794)
Makes it easier to track down / credit the author.
1 parent 4352099 commit c346b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ would be used to create all `v1.7` tags (e.g. `v1.7.0`, `v1.7.1`).
7676

7777
```bash
7878
echo "## gRPC Java $MAJOR.$MINOR.0 Release Notes" && echo && \
79-
git shortlog --format='%s (%h)' "$(git merge-base upstream/v$MAJOR.$((MINOR-1)).x upstream/v$MAJOR.$MINOR.x)"..upstream/v$MAJOR.$MINOR.x | cat && \
79+
git shortlog -e --format='%s (%h)' "$(git merge-base upstream/v$MAJOR.$((MINOR-1)).x upstream/v$MAJOR.$MINOR.x)"..upstream/v$MAJOR.$MINOR.x | cat && \
8080
echo && echo && echo "Backported commits in previous release:" && \
8181
git log --oneline "$(git merge-base v$MAJOR.$((MINOR-1)).0 upstream/v$MAJOR.$MINOR.x)"..v$MAJOR.$((MINOR-1)).0^
8282
```

0 commit comments

Comments
 (0)