Skip to content

Commit

Permalink
.goreleaser.yaml extended/adapted
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath committed Aug 30, 2024
1 parent 64a8e06 commit cdb1d86
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,24 @@ archives:
# `README*` and `CHANGELOG*` (case-insensitive).
files:
- .vscode/*
- cmd
- .clang-format
- .clang-format-ignore
- .editorconfig
- .gitattributes
- .gitignore
- cmd/trice/*
- docs/*
- examples/*
- internal
- pkg
- src
- internal/*
- pkg/*
- src/*
- test/*
- third_party/*
- AUTHORS.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- FoldersAndFiles.md
- FilesAndFolders.md
- go.mod
- go.sum
- GoInfos.txt
Expand Down

0 comments on commit cdb1d86

Please sign in to comment.