Files
open-im-server/CHANGELOG/CHANGELOG.md
T

19 lines
292 B
Markdown
Raw Normal View History

2023-05-16 13:29:15 +08:00
# Changelog
2023-07-10 11:51:47 +08:00
All notable changes to this project will be documented in this file.
## command
```bash
2023-07-10 16:30:21 +08:00
git-chglog --tag-filter-pattern 'v2.0.*' -o CHANGELOG-2.0.md
2023-07-10 11:51:47 +08:00
```
## 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
```