mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-13 02:44:19 +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
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -764,7 +764,6 @@ class DefaultLastReleaseResolver {
|
|||
tag = yield (0, CommandRunner_1.cmd)(command);
|
||||
tag = tag
|
||||
.split('\n')
|
||||
.reverse()
|
||||
.find(t => tagFormatter.IsValid(t) && t !== currentTag) || '';
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue