Hi guys,

The logic in release strips out any letter that comes after the last ('.' +
digit) in a project release number. So something like 1.2-beta will actually
be released as 1.2. Sounds to me like a bug but I just wanted to check
before that it wasn't by design, an adoption of the 'no letter in releases'
RubyGem doctrine.

Given that the actual goal is only to strip an ending "-SNAPSHOT", the fix
is pretty straightforward.

Cheers,
Matthieu

Reply via email to