Cannot exclude a prefix from the merge message when determining the next version.
Example:
I have next-version: 18.1.0.
The version is retrieved from the merge message "Merge message 'Merge branch 'release/v2017.1'".
Because 2017 is bigger than 18, then the next version is determined as '2017' instead of '18'. I want an option to trim 'v20' from the merge message so it will determine the next version as 18?