mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-07 00:26:53 +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
|
|
@ -58,7 +58,6 @@ class DefaultLastReleaseResolver {
|
|||
tag = yield (0, CommandRunner_1.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