Skip to content

Commit ed3658a

Browse files
committed
workflows/prepare-release-branch: point to a branch with the same on contrib repo
1 parent a0304a0 commit ed3658a

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)