Skip to content

Commit

Permalink
Merge pull request #93 from anchore/goreleaser-changelog
Browse files Browse the repository at this point in the history
chore: update goreleaser config for generating changelog
  • Loading branch information
bradleyjones authored May 11, 2023
2 parents 2fc0e98 + 2ca63b4 commit 4a3d6dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 2m
timeout: 5m
skip-dirs:
- .circleci
- .github
Expand Down Expand Up @@ -77,4 +77,4 @@ issues:
# - prealloc # following this rule isn't consistently a good idea, as it sometimes forces unnecessary allocations that result in less idiomatic code
# - scopelint # deprecated
# - testpackage
# - wsl # this doens't have an auto-fixer yet and is pretty noisy (https://github.com/bombsimon/wsl/issues/90)
# - wsl # this doens't have an auto-fixer yet and is pretty noisy (https://github.com/bombsimon/wsl/issues/90)
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ archives:
- goos: windows
format: zip

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

dockers:
- image_templates:
- "anchore/k8s-inventory:latest"
Expand Down

0 comments on commit 4a3d6dd

Please sign in to comment.