File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ Use lowercase for `<type>`. Capitalize the first letter of `<subject>` (sentence
5353### Examples
5454
5555``` bash
56- feat(parser): add support for wildcard exceptions
56+ feat(parser): Add support for wildcard exceptions
5757
58- fix(domain): handle FQDN trailing dots correctly
58+ fix(domain): Handle FQDN trailing dots correctly
5959
60- docs: update usage examples in README
60+ docs: Update usage examples in README
6161
62- refactor(list): simplify rule lookup logic
62+ refactor(list): Simplify rule lookup logic
6363```
6464
6565### Breaking Changes
6666
6767Add ` BREAKING CHANGE: ` in the footer:
6868
6969```
70- feat(domain): change parse return type
70+ feat(domain): Change parse return type
7171
7272BREAKING CHANGE: Domain#parse now returns nil for invalid domains instead of raising.
7373Update code to check for nil returns.
You can’t perform that action at this time.
0 commit comments