Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
By ignoring tmp* , GoReleaser doesn't see a dirty Git state when we
write the release notes
  • Loading branch information
bbkane committed Jan 15, 2025
1 parent 9758d6c commit 13c234a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
__debug_bin*
dist/
fling
fling.exe
tmp*
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ scoops:
name: scoop-bucket
owner: bbkane
token: '{{ .Env.KEY_GITHUB_GORELEASER_TO_HOMEBREW_TAP }}'
version: 2

0 comments on commit 13c234a

Please sign in to comment.