I’m curious to hear how different people are doing...
# general
c
I’m curious to hear how different people are doing changelogs in monorepos. I’ve been eyeing https://github.com/changesets/changesets
👀 2
h
In https://github.com/pantsbuild/pants itself we generate the changelog from the git history, and classify each change into a category based on its labels (we require one of 7
category:*
labels and enforce this in CI)
👍 1
c
Thats neat, do you use any particular tools to parse the history?
h
Yeah, we have a script for that