Skip to content

Commit 5365a74

Browse files
authored
Merge pull request #2 from xrmx/point-to-stable-branch-in-prerelease
Point to stable branch in prerelease
2 parents a0304a0 + ed3658a commit 5365a74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prepare-release-branch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ jobs:
8282
- name: Update version
8383
run: .github/scripts/update-version.sh $STABLE_VERSION $UNSTABLE_VERSION
8484

85+
- name: Update contrib sha to match a branch with the same name of this
86+
run: |
87+
pip install ruamel.yaml
88+
python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
89+
8590
- name: Update the change log with the approximate release date
8691
run: |
8792
date=$(date "+%Y-%m-%d")

0 commit comments

Comments
 (0)