Merge "fix URL markup for PEP 440"

This commit is contained in:
Zuul 2018-08-03 20:57:10 +00:00 committed by Gerrit Code Review
commit fb403bf734
1 changed files with 1 additions and 2 deletions

View File

@ -261,8 +261,7 @@ and push that tag to Gerrit by running the following commands::
* After a tag is created the release build will generate a source code
tarball and may publish it to a repository such as PyPI.
* Tags need to follow the format of `PEP 440
<https://www.python.org/dev/peps/pep-0440/>` which consists for
* Tags need to follow the format of :pep:`440` which consists for
final releases of one or more non-negative integer values,
separated by dots. Be aware that ``pbr`` needs a three component
version, like ``1.0.0`` or ``1.2.3``.