Skip to content

Commit d805192

Browse files
committed
ci: update release please config
Signed-off-by: Michael Beemer <[email protected]>
1 parent eaa37c2 commit d805192

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
- uses: googleapis/release-please-action@v4
1414
id: release
1515
with:
16-
release-type: ruby
17-
package-name: openfeature-sdk
18-
bump-minor-pre-major: true
19-
bump-patch-for-minor-pre-major: true
20-
version-file: "lib/open_feature/sdk/version.rb"
16+
17+
token: ${{ secrets.RELEASE_PLEASE_ACTION_TOKEN }}
18+
config-file: release-please-config.json
19+
manifest-file: .release-please-manifest.json
2120
outputs:
2221
release_created: ${{ steps.release.outputs.release_created }}
2322
release_tag_name: ${{ steps.release.outputs.tag_name }}

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"bootstrap-sha": "9bcc2bcbbcbce2d750ef1e0f67081fff4bb9ff79",
33
"release-type": "ruby",
4+
"signoff": "OpenFeature Bot <[email protected]>",
45
"packages": {
56
".": {
67
"monorepo-tags": false,

0 commit comments

Comments
 (0)