🔀 Merge remote-tracking branch 'origin/development'

This commit is contained in:
Luc Didry 2021-01-28 09:29:54 +01:00
commit 190875d4d4
No known key found for this signature in database
GPG Key ID: EA868E12D0257E3C
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Revision history for Lufi
?.??.? ????-??-??
- 🐛 Fix latest git tag improperly fetched
0.05.12 2021-01-13
- 🌐 Update translations

View File

@ -235,7 +235,7 @@ sub _get_date_lang {
sub _git_version {
my $c = shift;
my $last_tag = `git describe --abbrev=0`;
my $last_tag = `git describe --tags --abbrev=0`;
my $last_commit = `git rev-parse HEAD`;
chomp $last_tag;
chomp $last_commit;