diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-04-27 14:27:34 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-04-27 14:32:56 +0200 |
commit | 311d4376839e02bbd8af47a962e1179d2ff9fcba (patch) | |
tree | 133b8421397d60373867cf684ba0842e69ac1da5 /ifpps.c | |
parent | c16a59f19ec24b0882dec6969cf59dfb29220774 (diff) |
build: Make sure we get the correct previous tag for the changelog
When going from an -rc release to a stable release (e.g. v0.5.8 ;-) the
generated shortlog will not be generated from the latest -rc tag but
from the second to last due to the sort order of the tag list:
0.5.5
0.5.6
0.5.7
v0.5.8 <-- newest tag
v0.5.8-rc1
v0.5.8-rc2
v0.5.8-rc3
v0.5.8-rc4
v0.5.8-rc5 <-- second newest tag
Thus use 'git describe' to get the proper previous tag.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ifpps.c')
0 files changed, 0 insertions, 0 deletions