Skip to content

Commit 2ab603d

Browse files
committed
🐛 spaceing after subject?
1 parent eb585bb commit 2ab603d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/chglog/CHANGELOG.tpl.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{{ $repourl := .Info.RepositoryURL -}}
22

3-
<!--
4-
use the following for tags
5-
6-
-->
7-
83
{{ range .Versions }}
94
<a name="{{ .Tag.Name }}"></a>
105

@@ -15,12 +10,12 @@ use the following for tags
1510
{{ range .CommitGroups -}}
1611
### {{ .Title }}
1712
{{ 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 }}/issues/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}{{end}}</summary>
13+
<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 }}/issues/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}{{end}}</summary>
1914

2015
{{ .TrimmedBody }}
2116
</details></dd></dl>
2217
{{ 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 }}/issues/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}{{end}}{{ end }}
18+
- <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 }}/issues/{{ $ref.Ref}}">#{{ $ref.Ref}}</a>{{ end -}}{{end}}{{ end }}
2419
{{ end }}
2520
{{ end -}}
2621

0 commit comments

Comments
 (0)