Skip to content

Commit b48a927

Browse files
Release build 4.2.2 [ci release]
1 parent fff6093 commit b48a927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Collect commit ranges
4646
run: |
47-
echo "$(git log $(git describe --tags $(git rev-list --tags --max-count=1))...HEAD --pretty='format:- %s')" > ${{ github.workspace }}-CHANGELOG.txt
47+
echo "$(git log main --since "$(git show -s --format=%ci $(git rev-list --tags --max-count=1))" --pretty='format:- %s')" > ${{ github.workspace }}-CHANGELOG.txt
4848
4949
- name: Create Release
5050
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)