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 fff6093 commit b48a927Copy full SHA for b48a927
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Collect commit ranges
46
run: |
47
- echo "$(git log $(git describe --tags $(git rev-list --tags --max-count=1))...HEAD --pretty='format:- %s')" > ${{ github.workspace }}-CHANGELOG.txt
+ echo "$(git log main --since "$(git show -s --format=%ci $(git rev-list --tags --max-count=1))" --pretty='format:- %s')" > ${{ github.workspace }}-CHANGELOG.txt
48
49
- name: Create Release
50
uses: softprops/action-gh-release@v1
0 commit comments