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.
This commit is contained in:
Johann150 2022-09-04 01:23:37 +02:00
parent 039f6db40a
commit 30495ef8da
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -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. 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). 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 <last tag>..` to see unreleased changes; replace `<last tag>` 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 ## Unreleased
### Added ### Added
- Client: Show instance info in ticker - Client: Show instance info in ticker