From 85f9f3e2907c94252aa62256f3cb66eecc453558 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 27 Dec 2017 23:26:19 +0100 Subject: [PATCH] Fix changelog template for GitHub --- changelog/changelog-github.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/changelog-github.tmpl b/changelog/changelog-github.tmpl index 59ecd1c0e..d2f820316 100644 --- a/changelog/changelog-github.tmpl +++ b/changelog/changelog-github.tmpl @@ -19,7 +19,7 @@ Details {{ $par }} {{ end }} {{ range $id := .Issues -}} -[{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}}) +{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}}) {{- end -}} {{ range $id := .PRs -}} {{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/pull/{{ $id -}})