From 614d3c6abff6fc0adf9f2fba37f15ac088f43849 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Thu, 8 Apr 2021 13:14:30 -0500 Subject: [PATCH] Update to use sentence casing --- scripts/template_changelog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/template_changelog.md b/scripts/template_changelog.md index dfe099593..f27a9a1ca 100644 --- a/scripts/template_changelog.md +++ b/scripts/template_changelog.md @@ -3,7 +3,7 @@ title: "<% X.Y.Z %>" description: "Released on <% MM/DD/YYYY %>" --- -### Breaking Changes ❗ +### Breaking changes ❗ There are no breaking changes in <% X.Y.Z %>. @@ -11,10 +11,10 @@ There are no breaking changes in <% X.Y.Z %>. There are no new features in <% X.Y.Z %>. -### Bug Fixes 🐛 +### Bug fixes 🐛 There are no bug fixes in <% X.Y.Z %>. -### Security Updates 🔐 +### Security updates 🔐 There are no security updates in <% X.Y.Z %>.