melany
melany copied to clipboard
Wrong version order
clean.sh
creates the package name from git tags, using the sort
command, which is passed the -V
option, allowing a version ordering.
The problem is with pre-releases.
E.g. v1.1.0-beta
comes after v1.1.0
Therefore, when you release a new stable version, the package name will still be vx.x.x-pre
.
See http://stackoverflow.com/questions/10929453/bash-scripting-read-file-line-by-line