No need to compare version numbers here.
It doesn't even work properly.
This commit is contained in:
parent
a1f38160db
commit
60d8f0df56
@ -270,7 +270,6 @@ Settings =
|
|||||||
# and out of date extension on this device.
|
# and out of date extension on this device.
|
||||||
prev = previous.match(/\d+/g).map Number
|
prev = previous.match(/\d+/g).map Number
|
||||||
curr = g.VERSION.match(/\d+/g).map Number
|
curr = g.VERSION.match(/\d+/g).map Number
|
||||||
return unless prev[0] <= curr[0] and prev[1] <= curr[1] and prev[2] <= curr[2]
|
|
||||||
|
|
||||||
changelog = '<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md'
|
changelog = '<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md'
|
||||||
el = $.el 'span',
|
el = $.el 'span',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user