Chore: Upgrade Jenkins-job-builder to 6.3.0
[releng/global-jjb.git] / releasenotes / notes / fix-gerrit-push-patch-trailers-de47a4687471d0c8.yaml
1 ---
2 fixes:
3   - |
4     Fix Job key in commit message body rather than trailers section
5     (AKA footer). The commit message produced by gerrit-push-patch which
6     currently creates a commit message where the Job key appears in the commit
7     message body rather than the trailer.
8
9     For example::
10
11         An example commit message
12
13         Job: builder-job/123
14
15         Change-Id: 1234567
16         Signed-off-by: Jenkins <jenkins@example.org>
17
18     This fixes it to::
19
20         An example commit with proper trailer
21
22         Job: builder-job/123
23         Change-Id: 123457
24         Signed-off-by: Jenkins <jenkins@example.org>