You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/CHANGELOG/CHANGELOG.md

20 lines
295 B

# 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
```