Skip to content

Commit

Permalink
ci: add release please manifest json file
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 19, 2024
1 parent d078c3b commit 1ddc2f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"release-type": "python",
"bump-minor-pre-major": true,
"packages": {
".": {
"package-name": "apis-core-rdf"
}
}
}
4 changes: 1 addition & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: python
package-name: apis-core-rdf
bump-minor-pre-major: true
manifest-file: .github/release-please-manifest.json

0 comments on commit 1ddc2f4

Please sign in to comment.