Back to Git Cliff

Multiple repositories

website/docs/usage/multiple-repos.md

2.13.1413 B
Original Source

Multiple repositories

To generate a changelog for multiple git repositories:

bash
git cliff --repository path1 path2

Note that the changelog will be generated using the merged history of the given repositories.

:::tip

You can use the {{ repository }} variable in the template to display which release belongs to which repository.

See context for more information.

:::