diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 08b1edd2..a48d8ca9 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -20,7 +20,7 @@ jobs: persist-credentials: false - name: Run changelog action (same-repo PRs) if: github.event.pull_request.head.repo.full_name == github.repository - uses: tempoxyz/changelogs/check@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3 + unified PR title + install from source + uses: tempoxyz/changelogs/check@de0250123a1d70a2b64a458bd5efcf313986df7a # changelogs@0.6.3 + unified PR title + install from source - name: Verify changelog entry exists if: github.event.pull_request.head.repo.full_name != github.repository env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 324638ca..fa01810d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} persist-credentials: false - - uses: tempoxyz/changelogs@54f693643e1bd8469293bdfcbfb647bceb559490 # changelogs@0.6.3 + unified PR title + install from source + - uses: tempoxyz/changelogs@de0250123a1d70a2b64a458bd5efcf313986df7a # changelogs@0.6.3 + unified PR title + install from source id: changelogs with: conventional-commit: true