-
-
Notifications
You must be signed in to change notification settings - Fork 849
Make 'change log' a single word #579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make 'change log' a single word #579
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making this change!
I came back to re-reading the Keepachangelog.com list of changes.
It wasn't until 1.0.0 that it embraced the changelog one-word style.
I like it.
I made a note of a change we need to be able to merge - and to have a green build.
spec/unit/octo_fetcher_spec.rb
Outdated
@@ -265,7 +265,7 @@ | |||
"diff_url" => "https://github.com/skywinder/changelog_test/pull/21.diff", | |||
"patch_url" => "https://github.com/skywinder/changelog_test/pull/21.patch" }, | |||
"body" => | |||
"to test https://github.com/skywinder/github-changelog-generator/pull/305\r\nshould appear in change log with #20" } | |||
"to test https://github.com/skywinder/github-changelog-generator/pull/305\r\nshould appear in changelog with #20" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Undo the changes in this file.
They refer to data in another repository, the changing of which is outside the scope of this find-and-replace PR.
spec/unit/octo_fetcher_spec.rb
Outdated
@@ -265,7 +265,7 @@ | |||
"diff_url" => "https://github.com/skywinder/changelog_test/pull/21.diff", | |||
"patch_url" => "https://github.com/skywinder/changelog_test/pull/21.patch" }, | |||
"body" => | |||
"to test https://github.com/skywinder/github-changelog-generator/pull/305\r\nshould appear in changelog with #20" } | |||
"to test https://github.com/skywinder/github-changelog-generator/pull/305\r\nshould appear in change log with #20" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "title" (in this document, too)
"title" => "Merged br (should appear in changelog with #20)",
needs to go back to what it was before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, just saw this.
This PR basically replaces
change log
withchangelog
across all files.There were inconsistencies in various files regarding the use of
change log
andchangelog
. I thinkchangelog
is the correct way to write it.