Skip to content

Commit f86a7f5

Browse files
authored
Added .codegen.json for automated release infra (#743)
1 parent 5ff8bc1 commit f86a7f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.codegen.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": {
3+
"src/databricks/labs/ucx/__about__.py": "__version__ = \"$VERSION\""
4+
},
5+
"toolchain": {
6+
"required": ["hatch"],
7+
"pre_setup": ["hatch env create"],
8+
"prepend_path": ".venv/bin"
9+
}
10+
}

0 commit comments

Comments
 (0)