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.
1 parent 833e25f commit 15e7f51Copy full SHA for 15e7f51
scripts/release/build_context.py
@@ -61,7 +61,7 @@ def from_scenario(cls, scenario: BuildScenario) -> "BuildContext":
61
git_tag=git_tag,
62
patch_id=patch_id,
63
signing_enabled=signing_enabled,
64
- version=git_tag or patch_id,
+ version=git_tag or patch_id, #TODO: update this
65
)
66
67
def get_version(self) -> str:
0 commit comments