Skip to content

Remove trailing whitespace when generating changelog entry

What does this MR do?

It removes the trailing whitespace when a new changelog entry file is created by our changelog generator.

Why was this MR needed?

If you run bin/changelog without passing merge request and author, these two lines are empty, with a trailing space at the end. I have to remove this trailing space manually.

Merge request reports