I think "BIGRELEASE" is not accurate representation of how semver is used. I always understood it as something that introduces a non-backwards compatible change in the API.
This is so that you can specify ranges of api versions that your program could be built with. For reference, here's where I took my understanding:
https://semver.org/
This is so that you can specify ranges of api versions that your program could be built with. For reference, here's where I took my understanding: https://semver.org/