Skip to content

Commit

Permalink
Use github changelog generator
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Sep 3, 2024
1 parent 177ea41 commit 80e72a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
Expand Down
6 changes: 1 addition & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ archives:
checksum:
name_template: "checksums.txt"
changelog:
use: github-native
filters:
exclude:
- "^docs:"
- "^test:"
use: github

brews:
- name: coyote
Expand Down

0 comments on commit 80e72a0

Please sign in to comment.