Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
"package-name": "otdf-python",
"extra-files": [
"pyproject.toml",
"src/otdf_python/cli.py",
{
"path": "src/otdf_python/cli.py",
"type": "python"
},
{
"path": "otdf-python-proto/src/otdf_python_proto/__init__.py",
"type": "python"
},
{
"path": "uv.lock",
"type": "toml",
Expand Down
Loading