You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you configure git-cliff to work with a monorepo? The documentation gives guidance on how to effectively constrain changelog generation using --include-path and such, but it doesn't talk about how to manage tags in a monorepo. This seems to be an even more core functionality as the changelog shows the version numbers, and it seems the version numbers can only be managed with tags?
Does git cliff assume that every thing in the monorepo is versioned the same? That is to say two projects in the monorepo monorepo/foo and monorepo/bar show the same version number? If not, how do you configuring tagging such that a new modification in monorepo/foo is captured with a tag specific to foo? Is there a way to namespace tags based on the projects? Ie. monorepo-foo-v1.0.0 vs monorepo-bar-v1.0.0
The text was updated successfully, but these errors were encountered:
As asked in Discord,
The text was updated successfully, but these errors were encountered: