update readme
This commit is contained in:
parent
4f4bae5719
commit
b36037c49f
14
README.md
14
README.md
|
@ -109,13 +109,15 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte
|
||||||
|
|
||||||
##Features and advantages of this project
|
##Features and advantages of this project
|
||||||
- Generate canonical change log file, followed by [keepachangelog.com guidlines](http://keepachangelog.com/)
|
- Generate canonical change log file, followed by [keepachangelog.com guidlines](http://keepachangelog.com/)
|
||||||
- Support **Unreleased** issues (closed issues that have not yet released)
|
- Simply add links for all closed issues and merged pull requests
|
||||||
- Customize issues, that should be added to changelog
|
- Possible to generate **Unreleased** changes (closed issues that have not released yet)
|
||||||
- Custom date format supported
|
- Flexible format customisation:
|
||||||
- Ability to manually specify in which version issue was fixed (in case, when closed date is not match) by setting `milestone` of issue the same name as tag of required version
|
- Customize issues, that should be added to changelog
|
||||||
- Ability to exclude specific issues from change log (by labels)
|
- Custom date format supported
|
||||||
|
- Ability to manually specify in which version issue was fixed (in case, when closed date is not match) by setting `milestone` of issue the same name as tag of required version
|
||||||
|
- Ability to exclude specific issues from change log (by labels)
|
||||||
- Automatically exclude "questions" - issues marked as `question` labels (and other issues, that should'n be in change log file: with `duplicate invalid wontfix` labels)
|
- Automatically exclude "questions" - issues marked as `question` labels (and other issues, that should'n be in change log file: with `duplicate invalid wontfix` labels)
|
||||||
- Automatically split issues by type
|
- Distinguish bug fixes, enchantments, and closed issues according labels.
|
||||||
- **Issues** (closed issues w/o any labels)
|
- **Issues** (closed issues w/o any labels)
|
||||||
- **Merged pull-requests** (all merged pull-requests)
|
- **Merged pull-requests** (all merged pull-requests)
|
||||||
- **Bug-fixes** (by label `bug` in issue)
|
- **Bug-fixes** (by label `bug` in issue)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user