Does anyone know of any good procedure or build tool to help you with semantic versioning when you are creating libraries? For example, I would need something that make sure I do not accidentally change a function or class that is exposed in the API of my library in a breaking way. So I would get an warning or error at build time if the signature of a function has changed.
mantono
11/01/2018, 1:09 PM
And with "changed" it could for example be compared with the head on Git or something similar.