Skip to content

Commit eaff40e

Browse files
ianpittwoodclaude
andcommitted
docs: clarify version_override usage on the shared base field
Note that the stream model forwards it to the channel resolver for URL construction while the dependency model returns it directly from get_version(). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4b0615d commit eaff40e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • posit-bakery/posit_bakery/config/image/dev_version

posit-bakery/posit_bakery/config/image/dev_version/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ class BaseImageDevelopmentVersion(BakeryYAMLModel, abc.ABC):
6363
exclude=True,
6464
default=None,
6565
description="Version pinned by a workflow dispatch spec (--dev-spec). When set, "
66-
"bypasses CDN/dependency discovery so the build targets exactly this version.",
66+
"bypasses CDN/dependency discovery so the build targets exactly this version. "
67+
"The stream model also forwards it to the channel resolver for URL construction; "
68+
"the dependency model returns it directly from get_version().",
6769
),
6870
]
6971

0 commit comments

Comments
 (0)