This is a bug, not an intentional aspect of semver. It won't be fixed be 114093 but the higher up patches should fix it if we can get them through. I'll add a specific test to ensure that this is fixed.
The issue we have here is that the describe command is returning the most recent tag and thats not actually a release. So we need to walk history ourselves back to a release (which is part of the newer code).
This is a bug, not an intentional aspect of semver. It won't be fixed be 114093 but the higher up patches should fix it if we can get them through. I'll add a specific test to ensure that this is fixed.
The issue we have here is that the describe command is returning the most recent tag and thats not actually a release. So we need to walk history ourselves back to a release (which is part of the newer code).