chore: update app.src.script
This commit is contained in:
parent
32effd632c
commit
e87aa812f8
|
@ -16,7 +16,7 @@ RemoveLeadingV =
|
|||
case re:run(Tag, "^[v|e]?[0-9]\.[0-9]\.([0-9]|(rc|beta|alpha)\.[0-9])", [{capture, none}]) of
|
||||
nomatch ->
|
||||
Tag;
|
||||
{match, _} ->
|
||||
_ ->
|
||||
%% if it is a version number prefixed by 'v' or 'e', then remove it
|
||||
re:replace(Tag, "[v|e]", "", [{return ,list}])
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue