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 4e78179
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"bootstrap-sha": "4798c98ecbc3578507a87efbe2f04c8ee9bef5e6",
"release-type": "python",
"bump-minor-pre-major": true,
"packages": {
".": {
"package-name": "apis-core-rdf"
}
}
}
1 change: 1 addition & 0 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ }
6 changes: 3 additions & 3 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
steps:
- uses: googleapis/release-please-action@v4
with:
release-type: python
package-name: apis-core-rdf
bump-minor-pre-major: true
target-branch: birger/release-please-config
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json

0 comments on commit 4e78179

Please sign in to comment.