Closed
Description
The following commit introduced forced number parsing:
ba5f8f2
This is breaking and causes incorrect build numbers for projects that use build numbers that are in sync with the version (e.g. 1.0.0
) instead of incrementing an integer (in this case 1.0.0
would be parsed as 1
).
Activity