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 ba10327 commit e4e6e46Copy full SHA for e4e6e46
.github/workflows/build.yml
@@ -34,14 +34,14 @@ jobs:
34
git checkout -b releases origin/releases
35
fi
36
37
+ - name: Collect commit ranges
38
+ run: |
39
+ bash ./scripts/changelog.sh > ${{ github.workspace }}/CHANGELOG.txt
40
+
41
- name: Debug changelog file
42
run: |
43
ls -la ${{ github.workspace }}/CHANGELOG.txt
44
cat ${{ github.workspace }}/CHANGELOG.txt
-
- - name: Collect commit ranges
- run: |
- bash ./scripts/changelog.sh > ${{ github.workspace }}/CHANGELOG.txt
45
46
- name: Checkout code from main into release branch
47
0 commit comments