Monorepo support
As suggested here, it would be useful to have the option to differentiate between multiple projects within the same repository when posting changelogs.
I think the most plausible solution is to pass some text on the command line which is appended before the title of the release, such as --project "Foo". This would create a title of Foo vX.X.X. Alternatively, more customization of the ordering could be given using some sort of format string.
Obviously, if the option is omitted then the behavior would be the same as it is now.
I forgot to mention, the generated assets on the releases tab contain the entire github repo instead of build artifacts per package. Should be good to provide extra documentation about this in some example.
EDIT Looks like it is the default behaviour of GitHub repos and packages. Would be awesome if there is something like semantic-release-monorepo which seems to be what I am asking for 🤔
Cheers!
Looking at that link you sent, maybe it'd be better to add more comprehensive support for monorepos instead of just the changelog titles.