Skip to content

Commit

Permalink
revert(goreleaser): go regex does not support lookarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlogue committed May 24, 2024
1 parent 1893281 commit 6d51182
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 @@ -52,7 +52,7 @@ changelog:
regexp: '^.*?(fix|refactor)(\(.+\))??!?:.+$'
order: 200
- title: "Documentation updates"
regexp: ^.*?docs?(\((?!CHANGELOG).+\))??!?:.+$
regexp: ^.*?docs?(\(.+\))??!?:.+$
order: 400
- title: "Build process updates"
regexp: ^.*?(build|ci)(\(.+\))??!?:.+$
Expand Down

0 comments on commit 6d51182

Please sign in to comment.