Skip to content

Commit

Permalink
fix: configure release please
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-mue committed Jun 22, 2024
1 parent 393504e commit 5b257bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"packages": {
".": {
"changelog-path": "docs/changelog.rst",
"release-type": "python"
}
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: simple
config-file: .github/release-please-config.json

0 comments on commit 5b257bb

Please sign in to comment.