Skip to content

Commit 99bcc3d

Browse files
authored
chore(publish): [v8] Use craft config from merge target branch for release preparation (#10764)
We also change the `develop` release action to take the craft config from `master` because technically, our default branch is `develop` and the config _could_ diverge. Unlikely but still something I'd say we should do now that we can.
1 parent a249200 commit 99bcc3d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
version: ${{ steps.version.outputs.group1 }}
3737
force: false
3838
merge_target: master
39+
craft_config_from_merge_target: true

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ jobs:
2929
version: ${{ github.event.inputs.version }}
3030
force: ${{ github.event.inputs.force }}
3131
merge_target: ${{ github.event.inputs.merge_target }}
32+
craft_config_from_merge_target: true
33+

0 commit comments

Comments
 (0)