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 a0304a0 commit ed3658aCopy full SHA for ed3658a
.github/workflows/prepare-release-branch.yml
@@ -82,6 +82,11 @@ 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: |
87
+ pip install ruamel.yaml
88
+ python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
89
+
90
- name: Update the change log with the approximate release date
91
run: |
92
date=$(date "+%Y-%m-%d")
0 commit comments