Skip to content

Commit

Permalink
ci(release-please): add config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzegmott committed Jul 31, 2024
1 parent b1e4e8e commit 6ab0320
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"packages": {
".": {
"extra-files": [
"workflow/__init__.py"
],
"package-name": "workflow",
"release-type": "python"
}
}
}

0 comments on commit 6ab0320

Please sign in to comment.