1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
Steven Hartland 0ea4f1d5b7
fix(changelog): group regexps (#3527)
Fix the regular expressions used in changelog group processing to valid
golang (RE2) regexps. These previously used PCRE character class `\w`
which is not supported in RE2 which is what golang regexp uses.

Also document that format matches not just title as some may thing but
the format `<abbrev-commit> <title-commit>`.
2022-11-07 09:28:52 -03:00
..
2022-10-21 22:30:54 -03:00
2022-09-27 11:52:35 -03:00
2022-10-11 22:09:42 -03:00
2022-10-15 19:31:05 -03:00
2022-10-14 00:33:32 -03:00