1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-22 04:08:49 +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-08-01 15:58:08 -03:00
2022-05-18 12:12:42 -03:00
2022-10-13 14:43:41 -03:00
2022-08-16 01:16:45 -03:00
2022-10-13 14:43:41 -03:00