Skip to content

Commit d6e0429

Browse files
committed
Add note about build string value
ref: conda/conda#14727
1 parent 7e3cd63 commit d6e0429

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/resources/define-metadata.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,9 @@ Build number and string
323323
The build number should be incremented for new builds of the same
324324
version. The number defaults to ``0``. The build string cannot
325325
contain "-". The string defaults to the default conda-build
326-
string plus the build number.
326+
string plus the build number. When redefining the default string,
327+
we strongly recommend following the convention of adding the build
328+
number at the end of the string, with a preceding underscore.
327329

328330
.. code-block:: yaml
329331

0 commit comments

Comments
 (0)