From 7ecd55f02b507db623aa71c2497031acd2642cfc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 7 Dec 2019 17:08:45 +0100 Subject: [PATCH] Mention that changelog shouldn't be modified directly Explain that the changes are stored in git notes and the changelog is only updated before a release now. --- docs/changes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 84e5e94c60..c666ed9dbb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -147,6 +147,14 @@ Changes in behaviour which may result in build errors 3.1.4: (released ????-??-??) ---------------------------- +NOTE: This file is updated only before the release, please use + + $ git log --notes=changelog --format='%N' v3.1.3..|grep . + + to see all the change log entries since the last release and use + + $ git notes --ref=changelog add -m 'wxPort: description.' to update it. + 3.1.3: (released 2019-10-28) ----------------------------