Open
Description
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.