summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/features.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/user/features.rst b/doc/source/user/features.rst
index 2a4c25c..fb82255 100644
--- a/doc/source/user/features.rst
+++ b/doc/source/user/features.rst
@@ -17,6 +17,12 @@ If the currently checked out revision is not tagged, then we take the
last tagged version number and increment it to get a minimum target
version.
+.. note::
+
+ ``pbr`` support bare version tag (ex: ``0.1.0``) and version prefixed with
+ ``v`` or ``V`` (ex: ``v0.1.0``)
+
+
We then walk git history back to the last release. Within each commit we look
for a Sem-Ver: pseudo header, and if found parse it looking for keywords.
Unknown symbols are not an error (so that folk can't wedge pbr or break their