From bcaeefd42a2b26fa37a824d425b66d2a00015717 Mon Sep 17 00:00:00 2001 From: Evan Bradley <11745660+evan-bradley@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:05:42 -0500 Subject: [PATCH] [chore] Add newline to the end of the chloggen template We should probably have one anyway, and this gets rid of the "no newline at end of file" symbol that GitHub puts in the PR diff. --- .chloggen/TEMPLATE.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/TEMPLATE.yaml b/.chloggen/TEMPLATE.yaml index 5f4d66bd650..3e6c5003947 100644 --- a/.chloggen/TEMPLATE.yaml +++ b/.chloggen/TEMPLATE.yaml @@ -22,4 +22,4 @@ subtext: # Include 'user' if the change is relevant to end users. # Include 'api' if there is a change to a library API. # Default: '[user]' -change_logs: [] \ No newline at end of file +change_logs: []