Skip to content

Commit

Permalink
build: improve exclude regex
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 25, 2023
1 parent 86249c5 commit 978e186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ changelog:
divider: "---"
filters:
exclude:
- "^chore\\(nix\\):+.*$"
- "^.*chore\\(nix\\):+.*$"
groups:
- title: "nix"
regexp: "^.*\\(nix\\):+.*$"
Expand Down

0 comments on commit 978e186

Please sign in to comment.