You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,19 +116,19 @@ It's time to create this token or wait for 1 hour before GitHub reset the counte
116
116
117
117
##Features and advantages of this project
118
118
- Generate canonical change log file, followed by [keepachangelog.com guidlines](http://keepachangelog.com/)
119
-
- Simply add links for all closed issues and merged pull requests
120
119
- Possible to generate **Unreleased** changes (closed issues that have not released yet)
121
-
- Flexible format customisation:
122
-
- Customize issues, that should be added to changelog
123
-
- Custom date format supported
120
+
-**GitHub Enterprise support** via command line options!
121
+
- Flexible format **customisation**:
122
+
-**Customize** issues, that **should be added** to changelog
123
+
-**Custom date format** supported
124
124
- 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
125
-
- Ability to exclude specific issues from change log (by labels)
126
-
-Automatically exclude "questions" - issues marked as `question` labels (and other issues, that shouldn't be in change log file: with `duplicate invalid wontfix` labels)
127
-
- Distinguish bug fixes, enchantments, and closed issues according labels.
-**Enhancements** (by label `enhancement` in issue)
125
+
- Ability to **exclude specific issues** from change log (by labels)
126
+
-**Automatically exclude "questions"** - issues marked as `question` labels (and other issues, that shouldn't be in change log file: with `duplicate invalid wontfix` labels)
127
+
-**Distinguish** bug fixes, enchantments, and closed issues **according labels**.
128
+
-Issues (closed issues w/o any labels)
129
+
- Merged pull-requests (all merged pull-requests)
130
+
- Bug-fixes (by label `bug` in issue)
131
+
- Enhancements (by label `enhancement` in issue)
132
132
133
133
###Alternatives
134
134
Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Changelog-Generator/wiki/Alternatives), that I found. But no one was satisfy my requirements.
0 commit comments