mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 19:45:58 +08:00
eaaf309b30
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
20 lines
295 B
Markdown
20 lines
295 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
## command
|
|
|
|
```bash
|
|
git-chglog --tag-filter-pattern 'v3.0.0' -o CHANGELOG-3.0.1.md
|
|
```
|
|
|
|
|
|
## create next tag
|
|
|
|
```bash
|
|
git-chglog --next-tag 2.0.0 -o CHANGELOG.md
|
|
git commit -am "release 2.0.0"
|
|
git tag 2.0.0
|
|
```
|