From aff4fc5a2ca5dfbeaceab913bbbc3f52f54cf565 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 15 Jun 2020 18:41:56 +0200 Subject: [PATCH] Add note about fetch-depth --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28b8d8f..99e0946 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` +> **IMPORTANT**: note the `fetch-depth: 0` input in `Checkout` step. It is required for the changelog to work correctly. + ### Run on new tag If you want to run GoReleaser only on new tag, you can use this event: