remove metcalfc/changelog-generator@v4.6.2

This commit is contained in:
2025-05-26 16:19:09 +01:00
parent df1688dd75
commit 26e0da8f0b

View File

@@ -64,11 +64,6 @@ jobs:
echo "RELEASE_NOTES<<EOF" >> $GITHUB_ENV
echo "${{ github.event.inputs.release_notes }}" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v4.6.2
with:
token: ${{ secrets.TOKEN }}
- name: Get the changelog
run: |
cat << "EOF"