🔀 Merge remote-tracking branch 'origin/development'
This commit is contained in:
commit
190875d4d4
|
@ -1,6 +1,7 @@
|
||||||
Revision history for Lufi
|
Revision history for Lufi
|
||||||
|
|
||||||
?.??.? ????-??-??
|
?.??.? ????-??-??
|
||||||
|
- 🐛 Fix latest git tag improperly fetched
|
||||||
|
|
||||||
0.05.12 2021-01-13
|
0.05.12 2021-01-13
|
||||||
- 🌐 Update translations
|
- 🌐 Update translations
|
||||||
|
|
|
@ -235,7 +235,7 @@ sub _get_date_lang {
|
||||||
sub _git_version {
|
sub _git_version {
|
||||||
my $c = shift;
|
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`;
|
my $last_commit = `git rev-parse HEAD`;
|
||||||
chomp $last_tag;
|
chomp $last_tag;
|
||||||
chomp $last_commit;
|
chomp $last_commit;
|
||||||
|
|
Loading…
Reference in New Issue