mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-11 10:34:16 +00:00
Remove incorrect "reverse" on previous tags
This commit is contained in:
parent
f9d3daa396
commit
9a5d07b45d
5 changed files with 55 additions and 5 deletions
|
|
@ -37,7 +37,6 @@ export class DefaultLastReleaseResolver implements LastReleaseResolver {
|
|||
tag = await cmd(command);
|
||||
tag = tag
|
||||
.split('\n')
|
||||
.reverse()
|
||||
.find(t => tagFormatter.IsValid(t) && t !== currentTag) || '';
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue