diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5dd5f63..1fb4223 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Bump version and create changelog id: bump uses: commitizen-tools/commitizen-action@master