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 7bd958a commit 0d5d07eCopy full SHA for 0d5d07e
.github/workflows/prepare-release-branch.yml
@@ -60,7 +60,9 @@ jobs:
60
run: .github/scripts/update-version.sh $STABLE_VERSION $UNSTABLE_VERSION
61
62
- name: Update contrib sha to match a branch with the same name of this
63
- run: python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
+ run: |
64
+ pip install ruamel.yaml
65
+ python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME
66
67
- name: Update the change log with the approximate release date
68
run: |
0 commit comments