We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b18c53e + a5a4892 commit 9bd1298Copy full SHA for 9bd1298
README.rst
@@ -123,6 +123,9 @@ and uses roughly the following logic to render the version:
123
The next version is calculated by adding ``1`` to the last numeric component
124
of the tag.
125
126
+For git projects, the version is version is relies on `git describe <https://git-scm.com/docs/git-describe>`_,
127
+so you will see an additional ``g`` prepended to the ``{revision hash}``.
128
+
129
Semantic Versioning (SemVer)
130
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
131
0 commit comments