Skip to content

Commit

Permalink
Add note about fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed Jun 15, 2020
1 parent c30b077 commit aff4fc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aff4fc5

Please sign in to comment.