Use rhbz# in message
This way bodhi should be able to link the update to the bug automatically. The bug number is moved from the git commit title to the body. We don't really need this clutter in the git log, it is only useful in the %changelog so that bodhi can pick it up. [skip changelog]
This commit is contained in:
parent
d3b55964ad
commit
a71f4e415d
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ if [ "$sum1" != "$sum2" ]; then
|
|||
fi
|
||||
|
||||
git add *.spec
|
||||
git commit -a -m "Version $version (#$bug)"
|
||||
git commit -a -m "Version $version
|
||||
|
||||
... (rhbz#$bug)"
|
||||
|
||||
if [ "$args" = "-u" ]; then
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue