Skip to content

Commit

Permalink
Added .codegen.json for automated releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Dec 28, 2023
1 parent e08505b commit 8957619
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/blueprint/__about__.py": "__version__ = '$VERSION'"
},
"toolchain": {
"required": ["hatch"],
"pre_setup": ["hatch env create"],
"prepend_path": ".venv/bin"
}
}

0 comments on commit 8957619

Please sign in to comment.