Add sem-ver flag so pbr generates correct version

tl;dr : without this Pike and Queens have the same version causing
packaging issues.

https://docs.openstack.org/developer/pbr/#version

Because projects don't push a tag before milestone 1 (queens-1
here), downstream packages are still building packages by using the
version from Pike and it causes problems to distros because they
can't test the upgrades from Pike to Queens.

Bumping the semver will allow us to test packages upgrades.
Note: When your version is X.Y.Z, api-break will bump X, and feature
will bump Y. In this patch, we bump X because this is the way you
bump tags over releases.

Change-Id: I3036486835b4605be3e3891fc5be971fcd834199
Sem-Ver: api-break
This commit is contained in:
ricolin 2017-08-30 15:51:49 +08:00 committed by Rico Lin
parent fd2fc35ed1
commit 6a1c6e6468

Diff Content Not Available