feat: add link file

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong(cubxxw-openim)
2023-07-10 11:51:47 +08:00
parent 3c73ba03ba
commit eaaf309b30
8 changed files with 539 additions and 250 deletions
+17 -1
View File
@@ -1,3 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
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
```