PBR

Comment 2 for bug 1356784

Revision history for this message
Robert Collins (lifeless) wrote : Re: Introduction of semantic versioning support breaks devstack if repository contains free-format tags

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).