composer-changelogs
composer-changelogs copied to clipboard
problem infering zend tags
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
Hi. Thanks for reporting the issue. I will try to give it a look soon.
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...
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_",
}
}
}
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?
will try my best
Hello, is it still relevant? Or could we close this issue?
Let's close this issue for inactivity. Do not hesitate to reopen if this is still relevant. Thanks :)