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 23f8a45 + 3470401 commit cdb09b1Copy full SHA for cdb09b1
README.rst
@@ -259,9 +259,9 @@ no distance and clean:
259
distance and clean:
260
``{next_version}.dev{distance}+{scm letter}{revision hash}``
261
no distance and not clean:
262
- ``{tag}+dYYYMMMDD``
+ ``{tag}+dYYYYMMDD``
263
distance and not clean:
264
- ``{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYMMMDD``
+ ``{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYYMMDD``
265
266
The next version is calculated by adding ``1`` to the last numeric component of
267
the tag.
0 commit comments