Skip to content

Commit 15e7f51

Browse files
committed
add todo
1 parent 833e25f commit 15e7f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/build_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def from_scenario(cls, scenario: BuildScenario) -> "BuildContext":
6161
git_tag=git_tag,
6262
patch_id=patch_id,
6363
signing_enabled=signing_enabled,
64-
version=git_tag or patch_id,
64+
version=git_tag or patch_id, #TODO: update this
6565
)
6666

6767
def get_version(self) -> str:

0 commit comments

Comments
 (0)