🐛 — Fix latest git tag improperly fetched
This commit is contained in:
		
							parent
							
								
									7e94a3c3c6
								
							
						
					
					
						commit
						007dd11327
					
				|  | @ -1,6 +1,7 @@ | |||
| Revision history for Lufi | ||||
| 
 | ||||
| ?.??.? ????-??-?? | ||||
| 	- 🐛 Fix latest git tag improperly fetched | ||||
| 
 | ||||
| 0.05.12 2021-01-13 | ||||
| 	- 🌐 Update translations | ||||
|  |  | |||
|  | @ -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; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Luc Didry
						Luc Didry