Improve file version detection to require numbers #44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since a considerable amount of files have a format of
foo-bar-1.0-alpha.jar, where bar is part of the name and not the version, the version detection should require a number after the dash, instead of taking everything after the first dash.