In our Android projects (e.g. hairhaus-mde), version tags always have a build number appended with + - e.g. 1.1.1+020, which conforms with semantic versioning.
The work tool does create release notes via:
But it's not possible to use the wizard because it drops the added suffix, so only 1.1.1 is shown in the list and used, which leads to an error.
In our Android projects (e.g. hairhaus-mde), version tags always have a build number appended with
+- e.g.1.1.1+020, which conforms with semantic versioning.The work tool does create release notes via:
But it's not possible to use the wizard because it drops the added suffix, so only
1.1.1is shown in the list and used, which leads to an error.