Skip to content

Commit dba094f

Browse files
authored
chore(updatecli) add missing endline in contributing manifest pattern (#935)
Fixup of #934
1 parent 0860e9d commit dba094f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updatecli/updatecli.d/contributing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ targets:
5454
spec:
5555
file: CONTRIBUTING.md
5656
matchpattern: >-
57-
(?s)(### Technical Requirements)(.*)(### Add.*)
57+
(?s)(### Technical Requirements)(.*)(### Add.*)\n
5858
replacepattern: |
5959
$1
6060
<!-- This section is automatically generated by updatecli with the manifest ./updatecli/updatecli.d/contributing.yaml -->

0 commit comments

Comments
 (0)