schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Remove duplicated Changelog #534

Closed franmomu closed 4 years ago

franmomu commented 4 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License Apache2

Description

The are two changelogs:

goetas commented 4 years ago

i think we should merge those two

franmomu commented 4 years ago

mmm I think the one in capital letters has every change. Right now having two files with the same name I get this when I update:

  - Updating jms/translation-bundle (1.5.0 => 1.5.1): Downloading (100%)    Failed to execute unzip -qq  '/Users/user/projects/example/vendor/jms/translation-bundle/a30dbeef32b7d5c97fa28345d0ddfb6a' -d '/Users/user/projects/example/vendor/composer/6b11c6b4'

replace /Users/user/projects/example/vendor/composer/6b11c6b4/schmittjoh-JMSTranslationBundle-4cf57e8/Changelog.md? [y]es, [n]o, [A]ll, [N]one, [r]ename:  NULL
(EOF or read error, treating as "[N]one" ...)

    The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
    Unzip with unzip command failed, falling back to ZipArchive class
goetas commented 4 years ago

:+1: