Files
open-im-server/CHANGELOG/CHANGELOG.md
T
Xinwei Xiong(cubxxw-openim) eaaf309b30 feat: add link file
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
2023-07-10 18:19:25 +08:00

295 B

Changelog

All notable changes to this project will be documented in this file.

command

git-chglog --tag-filter-pattern 'v3.0.0'  -o CHANGELOG-3.0.1.md

create next tag

git-chglog --next-tag 2.0.0 -o CHANGELOG.md
git commit -am "release 2.0.0"
git tag 2.0.0