From e0763e836ebe23fc985915b93cac28a79cc9c893 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Mon, 12 Sep 2022 09:56:40 -0700 Subject: [PATCH] Improve Makefile recipe to list changes --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 44db9780a..efac18c54 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ changes: export TEMPLATE define TEMPLATE -{{range .}} -- {{.title}} - - [#{{.number}}](https://github.com/TinderApp/Nodes/pull/{{.number}}) by [NAME](https://github.com/{{.author.login}}){{end}} +{{range .}}- {{.title}} + - [#{{.number}}](https://github.com/TinderApp/Nodes/pull/{{.number}}) by [NAME](https://github.com/{{.author.login}}) +{{end}} endef