Skip to content

Commit b0b5aa9

Browse files
authored
Merge pull request github-changelog-generator#698 from bodaz/master
Replace all skywinder occurrences to github-changelog-generator
2 parents 5d7f18b + 124c83b commit b0b5aa9

File tree

35 files changed

+740
-740
lines changed

35 files changed

+740
-740
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
project=github-changelog-generator
2-
user=skywinder
2+
user=github-changelog-generator

CHANGELOG.md

Lines changed: 439 additions & 439 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bug reports and pull requests from users are what keep this project working.
55
## Basics
66

77
1. Create an issue and describe your idea
8-
2. [Fork it](https://github.com/skywinder/github-changelog-generator/fork)
8+
2. [Fork it](https://github.com/github-changelog-generator/github-changelog-generator/fork)
99
3. Create your feature branch (`git checkout -b my-new-feature`)
1010
4. Commit your changes (`git commit -am 'Add some feature'`)
1111
5. Publish the branch (`git push origin my-new-feature`)
@@ -14,15 +14,15 @@ Bug reports and pull requests from users are what keep this project working.
1414
## Checking your work
1515

1616
You can test your workflow with changelog generator with
17-
[the skywinder/changelog_test repo].
17+
[the github-changelog-generator/changelog_test repo].
1818

1919
You can run the test suite.
2020

2121
You can run [RuboCop] to check code style.
2222

2323
The default Rake task, runnable using `rake`, calls `rubocop`, then `spec`.
2424

25-
[the skywinder/changelog_test repo]: https://github.com/skywinder/changelog_test/
25+
[the github-changelog-generator/changelog_test repo]: https://github.com/github-changelog-generator/changelog_test/
2626
[RuboCop]: http://rubocop.readthedocs.io/en/latest/
2727

2828
## Write documentation
@@ -53,8 +53,8 @@ The man page is for the `git generate-changelog` Git sub-command, which is a wra
5353

5454
Use the [ronn] gem to generate `.1` and `.html` artifacts like this: `cd man; ronn git-generate-changelog.md`
5555

56-
[wiki]: https://github.com/skywinder/github-changelog-generator/wiki
56+
[wiki]: https://github.com/github-changelog-generator/github-changelog-generator/wiki
5757
[YARD]: https://yardoc.org/
5858
[github-changelog-generator on Rubydoc.info]: http://www.rubydoc.info/gems/github_changelog_generator
5959
[ronn]: https://github.com/rtomayko/ronn
60-
[github-changelog-generator on Inch CI]: https://inch-ci.org/github/skywinder/github-changelog-generator
60+
[github-changelog-generator on Inch CI]: https://inch-ci.org/github/github-changelog-generator/github-changelog-generator

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Gem Version](https://badge.fury.io/rb/github_changelog_generator.svg)](http://badge.fury.io/rb/github_changelog_generator)
22
[![CircleCI](https://circleci.com/gh/github-changelog-generator/github-changelog-generator.svg?style=svg)](https://circleci.com/gh/github-changelog-generator/github-changelog-generator)
3-
[![Inline docs](http://inch-ci.org/github/skywinder/github-changelog-generator.svg)](http://inch-ci.org/github/skywinder/github-changelog-generator)
4-
[![Code Climate](https://codeclimate.com/github/skywinder/github-changelog-generator/badges/gpa.svg)](https://codeclimate.com/github/skywinder/github-changelog-generator)
5-
[![Test Coverage](https://codeclimate.com/github/skywinder/github-changelog-generator/badges/coverage.svg)](https://codeclimate.com/github/skywinder/github-changelog-generator)
3+
[![Inline docs](http://inch-ci.org/github/github-changelog-generator/github-changelog-generator.svg)](http://inch-ci.org/github/github-changelog-generator/github-changelog-generator)
4+
[![Code Climate](https://codeclimate.com/github/github-changelog-generator/github-changelog-generator/badges/gpa.svg)](https://codeclimate.com/github/github-changelog-generator/github-changelog-generator)
5+
[![Test Coverage](https://codeclimate.com/github/github-changelog-generator/github-changelog-generator/badges/coverage.svg)](https://codeclimate.com/github/github-changelog-generator/github-changelog-generator)
66
[![Join the chat at https://gitter.im/github-changelog-generator/chat](https://badges.gitter.im/github-changelog-generator/chat.svg)](https://gitter.im/github-changelog-generator/chat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

88
GitHub Changelog Generator ![GitHub Logo](../master/images/logo.jpg)
@@ -63,30 +63,30 @@ Example invocation:
6363

6464
## Output example
6565

66-
- 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:
6868

69-
$ github_changelog_generator -u skywinder -p ActionSheetPicker-3.0
69+
$ github_changelog_generator -u github-changelog-generator -p ActionSheetPicker-3.0
7070

7171
- In general, it looks like this:
7272

73-
> ## [1.2.5](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.5) (2015-01-15)
73+
> ## [1.2.5](https://github.com/github-changelog-generator/Github-Changelog-Generator/tree/1.2.5) (2015-01-15)
7474
>
75-
> [Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.4...1.2.5)
75+
> [Full Changelog](https://github.com/github-changelog-generator/Github-Changelog-Generator/compare/1.2.4...1.2.5)
7676
>
7777
> **Implemented enhancements:**
7878
>
79-
> - 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)
8080
>
8181
> **Fixed bugs:**
8282
>
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)
8484
>
8585
> **Merged pull requests:**
8686
>
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))
8888
>
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))
9090
9191

9292
## Usage
@@ -113,7 +113,7 @@ Print help for all command-line options to learn more details:
113113

114114
$ github_changelog_generator --help
115115

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)
117117

118118
### Params File
119119

@@ -185,7 +185,7 @@ All command-line options can be passed to the `rake` task as `config`
185185
parameters. And since you're naming the `rake` task yourself, you can create
186186
as many as you want.
187187

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.
189189

190190
## Features and advantages of this project
191191

@@ -224,8 +224,8 @@ Hello, World! :tada:
224224
3. Set the Issue Label `release-summary` and add it to the GitHub Milestone `v1.0.0`
225225
4. Close the Issue and execute `github-changelog-generator`
226226
5. The result looks like this:
227-
> ## [v1.0.0](https://github.com/skywinder/github-changelog-generator/tree/1.0.0) (2014-11-07)
228-
> [Full Changelog](https://github.com/skywinder/github-changelog-generator/compare/0.1.0...1.0.0)
227+
> ## [v1.0.0](https://github.com/github-changelog-generator/github-changelog-generator/tree/1.0.0) (2014-11-07)
228+
> [Full Changelog](https://github.com/github-changelog-generator/github-changelog-generator/compare/0.1.0...1.0.0)
229229
>
230230
> ![image](https://user-images.githubusercontent.com/12690315/45935880-006a8200-bfeb-11e8-958e-ff742ae66b96.png)
231231
>
@@ -236,24 +236,24 @@ Hello, World! :tada:
236236
237237
### Alternatives
238238

239-
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.
240240

241241
*If you know other projects, feel free to edit this Wiki page!*
242242

243243

244244
### Projects using this library
245245

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).
247247

248248
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.
249249

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).*
251251

252252
## Am I missing some essential feature?
253253

254254
- **Nothing is impossible!**
255255

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!
257257

258258
- *Bug reports, feature requests, patches, and well-wishes are always welcome.* :heavy_exclamation_mark:
259259

@@ -263,7 +263,7 @@ If you've used this project in a live app, please let me know! Nothing makes me
263263

264264
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:
265265

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) ;)*
267267

268268
I'm not trying to compare the quality of handwritten and auto-generated logs. That said....
269269

github_changelog_generator.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515

1616
spec.summary = "Script, that automatically generate changelog from your tags, issues, labels and pull requests."
1717
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."
18-
spec.homepage = "https://github.com/skywinder/Github-Changelog-Generator"
18+
spec.homepage = "https://github.com/github-changelog-generator/Github-Changelog-Generator"
1919
spec.license = "MIT"
2020

2121
spec.files = Dir["{bin,lib,man,spec}/**/*"] + %w[LICENSE Rakefile README.md]

lib/github_changelog_generator/generator/section.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def generate_content
3939
# Parse issue and generate single line formatted issue line.
4040
#
4141
# Example output:
42-
# - Add coveralls integration [\#223](https://github.com/skywinder/github-changelog-generator/pull/223) (@skywinder)
42+
# - Add coveralls integration [\#223](https://github.com/github-changelog-generator/github-changelog-generator/pull/223) (@github-changelog-generator)
4343
#
4444
# @param [Hash] issue Fetched issue from GitHub
4545
# @return [String] Markdown-formatted single issue

man/git-generate-changelog.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ GitHub pull requests that have been merged whose merge commit SHA has been modif
375375
Written by Petr Korolev sky4winder@gmail\.com
376376
.
377377
.SH "REPORTING BUGS"
378-
<\fIhttps://github\.com/skywinder/github\-changelog\-generator/issues\fR>
378+
<\fIhttps://github\.com/github-changelog-generator/github\-changelog\-generator/issues\fR>
379379
.
380380
.SH "SEE ALSO"
381-
<\fIhttps://github\.com/skywinder/github\-changelog\-generator/\fR>
381+
<\fIhttps://github\.com/github-changelog-generator/github\-changelog\-generator/\fR>

man/git-generate-changelog.1.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-generate-changelog.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-generate-changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ Written by Petr Korolev sky4winder@gmail.com
259259

260260
## REPORTING BUGS
261261

262-
&lt;<https://github.com/skywinder/github-changelog-generator/issues>&gt;
262+
&lt;<https://github.com/github-changelog-generator/github-changelog-generator/issues>&gt;
263263

264264
## SEE ALSO
265265

266-
&lt;<https://github.com/skywinder/github-changelog-generator/>&gt;
266+
&lt;<https://github.com/github-changelog-generator/github-changelog-generator/>&gt;

0 commit comments

Comments
 (0)