We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d6754 commit 535c0d5Copy full SHA for 535c0d5
.github/workflows/prepare-release-branch.yml
@@ -82,6 +82,9 @@ jobs:
82
- name: Update version
83
run: .github/scripts/update-version.sh $STABLE_VERSION $UNSTABLE_VERSION
84
85
+ - name: Update contrib sha to match a branch with the same name of this
86
+ run: python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
87
+
88
- name: Update the change log with the approximate release date
89
run: |
90
date=$(date "+%Y-%m-%d")
0 commit comments