From 30495ef8daed0d0c35609060434da5323f7070a2 Mon Sep 17 00:00:00 2001 From: Johann150 Date: Sun, 4 Sep 2022 01:23:37 +0200 Subject: [PATCH] changelog: use changelog trailer instead Added a note to the changelog that unreleased changes should no longer be listed in the changelog file and the changelog trailer should be used instead. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5203a5ee0..ddf8b64c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This changelog covers changes since Misskey v12.111.1, the version prior to the FoundKey fork. For older Misskey versions, see [CHANGELOG-OLD.md](./CHANGELOG-OLD.md). +Unreleased changes should not be listed in this file. +Instead, run `git shortlog --format='%h %s' --group=trailer:changelog ..` to see unreleased changes; replace `` with the tag you wish to compare from. +If you are a contributor, please read CONTRIBUTING.md, section "Changelog Trailer" on what to do instead. + ## Unreleased ### Added - Client: Show instance info in ticker