Skip to content

Commit

Permalink
chore: Ensure UNIX line endings in generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Oct 31, 2022
1 parent f55d12f commit 25d12b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/chezmoi.io/docs/reference/release-history.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
| replaceAllRegex "(https://github\\.com/twpayne/chezmoi/pull/(\\d+))" "[#$2]($1)"
| replaceAllRegex "(?m)^([0-9a-f]{7,})" "* $1"
| replaceAllRegex "(?m)^\\* ([0-9a-f]{7,})" "* [`$1`](https://github.com/twpayne/chezmoi/commit/$1)"
| replaceAllRegex "\\r\\n" "\\n"
}}
{{- end }}

0 comments on commit 25d12b0

Please sign in to comment.