From 310f9c8f8db314fa732e231afb211026d004194e Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 7 Nov 2025 12:06:47 +0100 Subject: [PATCH] ENT-13497: Renamed changelog file to CHANGELOG.md Signed-off-by: Ole Herman Schumacher Elgesem --- ChangeLog => CHANGELOG.md | 0 CONTRIBUTING.md | 6 +++--- Makefile.am | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename ChangeLog => CHANGELOG.md (100%) diff --git a/ChangeLog b/CHANGELOG.md similarity index 100% rename from ChangeLog rename to CHANGELOG.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f915752ce..2195b1ba5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ When submitting your pull request, please make sure you: * Tidy up the commit log by squashing commits and [writing good commit messages](#commits). -* Add one or more [ChangeLog Entries](#changelog) to the commit(s). +* Add one or more [changelog entries](#changelog) to the commit(s). * Become familiar with the *Northern.tech AS Contributor statement* as described in the [*AUTHORS*](./AUTHORS) file. @@ -203,7 +203,7 @@ cf-net: Fixed networking issues on windows ### Changelog -Most new features and fixes should have an entry in the `ChangeLog` file. +Most new features and fixes should have an entry in the `CHANGELOG.md` file. We have an automatic way of generating them before the release, by properly formatting *commit messages*. * To write arbitrary message in the ChangeLog: @@ -223,7 +223,7 @@ Changes which don't affect users, like changes in tests or in tools which are no All changelog entries should also include a reference to a ticket: `Ticket: CFE-1234` - + Note that the `Changelog` and `Ticket` entries must be in a *commit message* and not the description of a PR. Sometimes is necessary to redact a `Changelog` entry, for example a commit needs diff --git a/Makefile.am b/Makefile.am index 57ef10f8e7..eaf020ee91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,9 +58,9 @@ TAR_OPTIONS = --owner=0 --group=0 export TAR_OPTIONS -EXTRA_DIST = ChangeLog INSTALL README.md LICENSE CFVERSION +EXTRA_DIST = CHANGELOG.md INSTALL README.md LICENSE CFVERSION -doc_DATA = README.md ChangeLog +doc_DATA = README.md CHANGELOG.md # # Some basic clean ups