Skip to content

Ensure changelog filenames have length less than 99 characters

Balasankar 'Balu' C requested to merge fix-filename-length into master

What does this MR do?

docker-api gem in omnibus-gitlab uses tar under the hood, which as a maximum limit of 99 characters on file names. So, let us limit the changelog filenames to 99 characters.

Conformity

Merge request reports