chore: adjust changelog template to link to prs instead of issues (#103)

This commit is contained in:
Robert Kaussow 2021-12-12 14:34:15 +01:00 committed by GitHub
parent f2a35fa796
commit 5a4ebecac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
### {{ .Title }} ### {{ .Title }}
{{ range .Commits -}} {{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") | trim }} - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ (regexReplaceAll "(.*)/issues/(.*)" (regexReplaceAll "(Co-\\w*-by.*)" .Subject "") "${1}/pull/${2}") | trim }}
{{ end }} {{ end }}
{{- end -}} {{- end -}}