File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,13 +16,10 @@ jobs:
1616 pull-requests : write # for googleapis/release-please-action to create release PR
1717 # Release-please creates a PR that tracks all changes
1818 steps :
19- - uses : googleapis/release-please-action@v3
19+ - uses : googleapis/release-please-action@v4
2020 id : release
2121 with :
22- command : manifest
2322 token : ${{secrets.RELEASE_PLEASE_ACTION_TOKEN}}
24- default-branch : main
25- signoff : " OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>"
2623 - name : Dump Release Please Output
2724 env :
2825 RELEASE_PLEASE_OUTPUT : ${{ toJson(steps.release.outputs) }}
Original file line number Diff line number Diff line change 11{
22 "separate-pull-requests" : true ,
33 "release-type" : " rust" ,
4+ "signoff" : " OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>" ,
45 "bump-minor-pre-major" : true ,
56 "bump-patch-for-minor-pre-major" : true ,
7+ "plugins" : [
8+ {
9+ "type" : " cargo-workspace" ,
10+ "merge" : false
11+ },
12+ {
13+ "type" : " linked-versions" ,
14+ "groupName" : " flagd" ,
15+ "components" : [" open-feature-flagd" , " flagd-evaluation-engine" , " open-feature-ofrep" ]
16+ }
17+ ],
618 "packages" : {
719 "crates/env-var" : {},
8- "crates/flagd" : {
9- "package-group" : " flagd-group"
10- },
11- "crates/flagd-evaluation-engine" : {
12- "package-group" : " flagd-group"
13- },
20+ "crates/flagd" : {},
21+ "crates/flagd-evaluation-engine" : {},
1422 "crates/flipt" : {},
15- "crates/ofrep" : {
16- "package-group" : " flagd-group"
17- }
23+ "crates/ofrep" : {}
1824 },
1925 "changelog-sections" : [
2026 {
You can’t perform that action at this time.
0 commit comments