composer-changelogs icon indicating copy to clipboard operation
composer-changelogs copied to clipboard

problem infering zend tags

Open bendavies opened this issue 9 years ago • 6 comments

This plugin will report a URL like this:

https://github.com/zendframework/zend-eventmanager/compare/3.0.0...3.0.1 where as the correct tags are: https://github.com/zendframework/zend-eventmanager/compare/release-3.0.0...release-3.0.1

bendavies avatar Feb 19 '16 14:02 bendavies

Hi. Thanks for reporting the issue. I will try to give it a look soon.

pyrech avatar Feb 21 '16 14:02 pyrech

After some investigation, I think the problem is located in Composer itself. Composer removes the release- prefix and after debugging the information I have access from the plugin, I'm afraid of not being able to fix this issue on my side...

pyrech avatar Feb 27 '16 21:02 pyrech

is it maybe possible to add some extra configuration map inside composer.json like commit configuration?

e.g.

"extra": {
    "composer-changelogs": {
        "prefixes": {
            "zendframework/*": "release-",
            "zendframework/zend-view": "foo_",
        }
    }
}

BigMichi1 avatar Dec 12 '18 08:12 BigMichi1

Hi :)

Yes, that could be an option. Not ideal as it needs to be done per project but better than nothing. Would you mind to give it a try?

pyrech avatar Dec 12 '18 08:12 pyrech

will try my best

BigMichi1 avatar Jan 07 '19 08:01 BigMichi1

Hello, is it still relevant? Or could we close this issue?

lyrixx avatar May 04 '22 14:05 lyrixx

Let's close this issue for inactivity. Do not hesitate to reopen if this is still relevant. Thanks :)

pyrech avatar Feb 04 '23 16:02 pyrech