-
-
Notifications
You must be signed in to change notification settings - Fork 301
fix(changelog): empty lines at the beginning of the CHANGELOG #193
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
Conversation
Codecov Report
@@ Coverage Diff @@ ## master #193 +/- ## ======================================= Coverage 92.14% 92.14% ======================================= Files 35 35 Lines 967 968 +1 ======================================= + Hits 891 892 +1 Misses 76 76
Continue to review full report at Codecov.
|
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.
LGTM 🎉
Closes #192
Types of changes
Please put an
x
in the box that appliesDescription
Empty lines at the beginning of the changelog
Checklist:
./script/lint
and./script/test
locally to ensure this change passes linter check and test(削除) Update the documentation for the changes (削除ここまで)Steps to Test This Pull Request
Steps to reproduce the behavior:
cz changelog --incremental
cz changelog --incremental
cz changelog --incremental
Expected behavior
No new extra lines are added
Related Issue
#192