Skip to content

Commit 92ceb03

Browse files
committed
🐛 comma separated issues
1 parent 2f791b3 commit 92ceb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/chglog/CHANGELOG.tpl.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ use the following for tags
1515
{{ range .CommitGroups -}}
1616
### {{ .Title }}
1717
{{ range .Commits -}} {{ $subject := .Subject }} {{ if .TrimmedBody }}
18-
<dl><dd><details><summary><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="/tami5/sql.nvim/commit/{{ .Hash.Long }}/hovercard" href="{{ $repourl }}/commit/{{ .Hash.Long }}"><tt>{{ .Hash.Short }}</tt></a> {{ $subject }} {{- range $idx, $ref := .Refs }}{{if not (regexMatch $ref.Ref $subject)}}({{- if $idx }}, {{ end }}<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-permission-text="Title is private" data-url="{{ $repourl }}/issues/{{ $ref.Ref }}" data-hovercard-type="issue" data-hovercard-url="/tami5/sql.nvim/issues/{{ $ref.Ref }}/hovercard" href="{{ $repourl }}/pull/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}){{end}}</summary>
18+
<dl><dd><details><summary><a class="commit-link" data-hovercard-type="commit" data-hovercard-url="/tami5/sql.nvim/commit/{{ .Hash.Long }}/hovercard" href="{{ $repourl }}/commit/{{ .Hash.Long }}"><tt>{{ .Hash.Short }}</tt></a> {{ $subject }} {{- range $idx, $ref := .Refs }}{{if not (regexMatch $ref.Ref $subject)}} {{- if $idx }}, {{ end }}<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-permission-text="Title is private" data-url="{{ $repourl }}/issues/{{ $ref.Ref }}" data-hovercard-type="issue" data-hovercard-url="/tami5/sql.nvim/issues/{{ $ref.Ref }}/hovercard" href="{{ $repourl }}/pull/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}{{end}}</summary>
1919

2020
{{ .TrimmedBody }}
2121
</details></dd></dl>
2222
{{ else }}
23-
- <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="{{ $repourl }}/commit/{{ .Hash.Long }}/hovercard" href="{{ $repourl }}/commit/{{ .Hash.Long }}"><tt>{{ .Hash.Short }}</tt></a> {{ $subject }} {{- range $idx, $ref := .Refs }}{{if not (regexMatch $ref.Ref $subject)}}({{- if $idx }}, {{ end }}<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-permission-text="Title is private" data-url="{{ $repourl }}/issues/{{ $ref.Ref }}" data-hovercard-type="issue" data-hovercard-url="/tami5/sql.nvim/issues/{{ $ref.Ref }}/hovercard" href="{{ $repourl }}/pull/{{ $ref.Ref}}">#{{ $ref.Ref}}</a> {{ end -}}){{end}}{{ end }}
23+
- <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="{{ $repourl }}/commit/{{ .Hash.Long }}/hovercard" href="{{ $repourl }}/commit/{{ .Hash.Long }}"><tt>{{ .Hash.Short }}</tt></a> {{ $subject }} {{- range $idx, $ref := .Refs }}{{if not (regexMatch $ref.Ref $subject)}}{{- if $idx }}, {{ end }}<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-permission-text="Title is private" data-url="{{ $repourl }}/issues/{{ $ref.Ref }}" data-hovercard-type="issue" data-hovercard-url="/tami5/sql.nvim/issues/{{ $ref.Ref }}/hovercard" href="{{ $repourl }}/pull/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}{{end}}{{ end }}
2424
{{ end }}
2525
{{ end -}}
2626

0 commit comments

Comments
 (0)