Skip to content

Commit cc6716e

Browse files
committed
chore: add DCO to release-please
Signed-off-by: Todd Baert <[email protected]>
1 parent 6f4c1ae commit cc6716e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release-please.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010

1111
# Release-please creates a PR that tracks all changes
1212
steps:
13-
- uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
13+
- uses: googleapis/release-please-action@v4
1414
id: release
1515
with:
1616
token: ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
17+
signoff: "OpenFeature Bot <[email protected]>"
1718

1819
# The logic below handles the maven publication:
1920
- name: Checkout Repository

release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bootstrap-sha": "5b1c87955b5d66b993f943161b72b30c398c1537",
3-
"plugins": ["maven-workspace"],
3+
"signoff": "OpenFeature Bot <[email protected]>",
44
"separate-pull-requests": true,
55
"packages": {
66
"providers/flagd": {

0 commit comments

Comments
 (0)