From e3cf0f6e272b9d81a0e7d9d18bc0070a848d7312 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 22 Feb 2021 16:30:21 +0100 Subject: [PATCH] chore: fetch all history to prevent wrong changelog generation (#689) --- .github/workflows/release-it.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-it.yml b/.github/workflows/release-it.yml index 7119eef1ecc..bbd3f1d7807 100644 --- a/.github/workflows/release-it.yml +++ b/.github/workflows/release-it.yml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v2 with: ref: 'master' + fetch-depth: 0 # fetch all commits history to create the changelog token: ${{ secrets.BOT_TOKEN }} - name: Use Node.js ${{ matrix.node-version }}