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 5365a74 commit 56ea252Copy full SHA for 56ea252
.github/workflows/prepare-release-branch.yml
@@ -85,7 +85,7 @@ jobs:
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
+ python3 scripts/update_sha.py -b $RELEASE_BRANCH_NAME -n
89
90
- name: Update the change log with the approximate release date
91
0 commit comments