Hey guys,
Our team has a number of independant services, and (possibly nested) dependant versioned libraries - currently managed in Ivy. Whenever a dependant library is updated, all libraries and services dependant on this need to be re-released.
Therefore the author of a change can carry other people's changes out to Production. We want to generate reports and track changes to dependancies between releases but there doesn't seem to be an easy way of doing this without a significant effort.
We also want to generate a JIRA list of all changes not only in the main project but in dependancies that we own. This is an extension of the problem above.
Otherwise we simply don't know what we are releasing - any ideas?!