Skip to content

Commit

Permalink
Added .codegen.json for automated release infra (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored and FastLee committed Jan 18, 2024
1 parent 371e20b commit b84203f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .codegen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": {
"src/databricks/labs/ucx/__about__.py": "__version__ = \"$VERSION\""
},
"toolchain": {
"required": ["hatch"],
"pre_setup": ["hatch env create"],
"prepend_path": ".venv/bin"
}
}

0 comments on commit b84203f

Please sign in to comment.