From 36947b76c833940223806a8dcfebe07b9261249d Mon Sep 17 00:00:00 2001 From: Brian Munkholm Date: Tue, 2 Oct 2018 09:55:39 +0200 Subject: [PATCH] Aligned release note template (#2044) --- scripts/changelog-header.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/changelog-header.sh b/scripts/changelog-header.sh index b500920e..21fae3dd 100755 --- a/scripts/changelog-header.sh +++ b/scripts/changelog-header.sh @@ -7,11 +7,11 @@ CHANGELOG=$(cat < ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) -* None +* None. ### Compatibility * File format: ver. 7 (upgrades automatically from previous formats) @@ -19,7 +19,7 @@ x.x.x Release notes (yyyy-MM-dd) * APIs are backwards compatible with all previous release of realm in the 2.x.y series. ### Internal -* None +* None. $(cat CHANGELOG.md) EOF