release.sh: Add new option --from-tag
commit64e2126a3b7259b6634b4511c62a499579be1cd6
authorOlivier Fourdan <ofourdan@redhat.com>
Wed, 19 Jan 2022 14:33:10 +0000 (19 15:33 +0100)
committerOlivier Fourdan <ofourdan@redhat.com>
Wed, 19 Jan 2022 14:41:08 +0000 (19 15:41 +0100)
treeb5db8eb1079fa42079c6e5e42f590e3406e24c27
parent88b05dc840390a17d085c7d82a409f689f29c1a3
release.sh: Add new option --from-tag

With Xwayland and Xorg build from different branches sharing the same
master branch, using `git describe` to find the last tag may give the
wrong tag, and the resulting git short log will be wrong.

Add a new command line option '--from-tag' to pass the last known
applicable tag to use for generating the short log in the announce.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
release.sh