Fork me on GitHub
#polylith
<
2023-02-07
>
Matt Ielusic01:02:29

What’s the recommended way to generate change logs in Polylith? My firm has per-service change logs we’d like to keep, but it doesn’t seem trivial to go from a commit range or a pull request to a list of affected projects.

Hukka06:02:52

How about doing git log path for every component?

Hukka06:02:46

Ah, but you also want to have the changes in the projects that depend on changed components