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
[](https://gitter.im/github-changelog-generator/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
- Look at **[CHANGELOG.md](https://github.com/skywinder/Github-Changelog-Generator/blob/master/CHANGELOG.md)** for this project
67
-
-[ActionSheetPicker-3.0/CHANGELOG.md](https://github.com/skywinder/ActionSheetPicker-3.0/blob/master/CHANGELOG.md) was generated by command:
66
+
- Look at **[CHANGELOG.md](https://github.com/github-changelog-generator/Github-Changelog-Generator/blob/master/CHANGELOG.md)** for this project
67
+
-[ActionSheetPicker-3.0/CHANGELOG.md](https://github.com/github-changelog-generator/ActionSheetPicker-3.0/blob/master/CHANGELOG.md) was generated by command:
> - Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/Github-Changelog-Generator/issues/22)
79
+
> - Use milestone to specify in which version bug was fixed [\#22](https://github.com/github-changelog-generator/Github-Changelog-Generator/issues/22)
80
80
>
81
81
> **Fixed bugs:**
82
82
>
83
-
> - Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
83
+
> - Error when trying to generate log for repo without tags [\#32](https://github.com/github-changelog-generator/Github-Changelog-Generator/issues/32)
84
84
>
85
85
> **Merged pull requests:**
86
86
>
87
-
> - PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
87
+
> - PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/github-changelog-generator/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
88
88
>
89
-
> - support enterprise github via command line options [\#42](https://github.com/skywinder/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett))
89
+
> - support enterprise github via command line options [\#42](https://github.com/github-changelog-generator/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett))
90
90
91
91
92
92
## Usage
@@ -113,7 +113,7 @@ Print help for all command-line options to learn more details:
113
113
114
114
$ github_changelog_generator --help
115
115
116
-
For more details about params, read the Wiki page: [**Advanced changelog generation examples**](https://github.com/skywinder/github-changelog-generator/wiki/Advanced-change-log-generation-examples)
116
+
For more details about params, read the Wiki page: [**Advanced changelog generation examples**](https://github.com/github-changelog-generator/github-changelog-generator/wiki/Advanced-change-log-generation-examples)
117
117
118
118
### Params File
119
119
@@ -185,7 +185,7 @@ All command-line options can be passed to the `rake` task as `config`
185
185
parameters. And since you're naming the `rake` task yourself, you can create
186
186
as many as you want.
187
187
188
-
You can look for params names from the [parser source code (#setup_parser)](https://github.com/skywinder/github-changelog-generator/blob/master/lib/github_changelog_generator/parser.rb). For example, to translate the bugs label to Portuguese, instead of setting `config.bugs_label`, you have to set `config.bug_prefix`, and so on.
188
+
You can look for params names from the [parser source code (#setup_parser)](https://github.com/github-changelog-generator/github-changelog-generator/blob/master/lib/github_changelog_generator/parser.rb). For example, to translate the bugs label to Portuguese, instead of setting `config.bugs_label`, you have to set `config.bug_prefix`, and so on.
189
189
190
190
## Features and advantages of this project
191
191
@@ -224,8 +224,8 @@ Hello, World! :tada:
224
224
3. Set the Issue Label `release-summary` and add it to the GitHub Milestone `v1.0.0`
225
225
4. Close the Issue and execute `github-changelog-generator`
Here is a [wikipage list of alternatives](https://github.com/skywinder/Github-Changelog-Generator/wiki/Alternatives) that I found. But none satisfied my requirements.
239
+
Here is a [wikipage list of alternatives](https://github.com/github-changelog-generator/Github-Changelog-Generator/wiki/Alternatives) that I found. But none satisfied my requirements.
240
240
241
241
*If you know other projects, feel free to edit this Wiki page!*
242
242
243
243
244
244
### Projects using this library
245
245
246
-
Here's a [wikipage list of projects](https://github.com/skywinder/Github-Changelog-Generator/wiki/Projects-using-Github-Changelog-Generator).
246
+
Here's a [wikipage list of projects](https://github.com/github-changelog-generator/Github-Changelog-Generator/wiki/Projects-using-Github-Changelog-Generator).
247
247
248
248
If you've used this project in a live app, please let me know! Nothing makes me happier than seeing someone else take my work and go wild with it.
249
249
250
-
*If you are using `github_changelog_generator` to generate your project's changelog, or know of other projects using it, please [add it to this list](https://github.com/skywinder/github-changelog-generator/wiki/Projects-using-Github-Changelog-Generator).*
250
+
*If you are using `github_changelog_generator` to generate your project's changelog, or know of other projects using it, please [add it to this list](https://github.com/github-changelog-generator/github-changelog-generator/wiki/Projects-using-Github-Changelog-Generator).*
251
251
252
252
## Am I missing some essential feature?
253
253
254
254
-**Nothing is impossible!**
255
255
256
-
- Open an [issue](https://github.com/skywinder/Github-Changelog-Generator/issues/new) and let's make the generator better together!
256
+
- Open an [issue](https://github.com/github-changelog-generator/Github-Changelog-Generator/issues/new) and let's make the generator better together!
257
257
258
258
-*Bug reports, feature requests, patches, and well-wishes are always welcome.*:heavy_exclamation_mark:
259
259
@@ -263,7 +263,7 @@ If you've used this project in a live app, please let me know! Nothing makes me
263
263
264
264
GitHub Releases is a very good thing. And it's very good practice to maintain it. (Not a lot of people are using it yet!) :congratulations:
265
265
266
-
*BTW: I would like to support GitHub Releases in [next releases](https://github.com/skywinder/github-changelog-generator/issues/56) ;)*
266
+
*BTW: I would like to support GitHub Releases in [next releases](https://github.com/github-changelog-generator/github-changelog-generator/issues/56) ;)*
267
267
268
268
I'm not trying to compare the quality of handwritten and auto-generated logs. That said....
Copy file name to clipboardExpand all lines: github_changelog_generator.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
15
15
16
16
spec.summary="Script, that automatically generate changelog from your tags, issues, labels and pull requests."
17
17
spec.description="Changelog generation has never been so easy. Fully automate changelog generation - this gem generate changelog file based on tags, issues and merged pull requests from Github issue tracker."
0 commit comments