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 b33f5c6 commit d678aecCopy full SHA for d678aec
.github/workflows/build-binaries.yml
@@ -31,7 +31,7 @@ jobs:
31
id: generate_changelog
32
run: |
33
echo "Generating changelog from ${{ env.PREVIOUS_TAG }} to ${{ github.ref_name }}"
34
- CHANGELOG=$(git log ${{ env.PREVIOUS_TAG }}..${{ github.ref_name }} --pretty=format:"* %s" --no-merges | grep -vE "\[maven-release-plugin\]|chore:|docs:|test:|ci:|build:")
+ CHANGELOG=$(git log ${{ env.PREVIOUS_TAG }}..cats-${{ github.event.inputs.releaseversion }} --pretty=format:"* %s" --no-merges | grep -vE "\[maven-release-plugin\]|chore:|docs:|test:|ci:|build:")
35
echo "CHANGELOG<<EOF" >> $GITHUB_ENV
36
echo "$CHANGELOG" >> $GITHUB_ENV
37
echo "EOF" >> $GITHUB_ENV
0 commit comments