From 79a3e5cd7e13b905ef941becc3f713d34cd52910 Mon Sep 17 00:00:00 2001 From: DorijanH Date: Mon, 20 Nov 2023 11:36:49 +0100 Subject: [PATCH] Added note to the CHANGELOG.md template --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f39949..b725e89 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,8 @@ The action also needs to be able to find `CHANGELOG.md` file (naming is case-ins *Important note*. As it currently stands, the action is inserting the newly compiled section **above** the latest changelog entry. So, the `CHANGELOG.md` needs to contain **atleast** ``` +_NOTE: This is an automatically generated file. Do not modify contents of this file manually._ + ## [Unreleased] ```