- Notifications
You must be signed in to change notification settings - Fork262
Open
Milestone
Description
As suggestedhere, 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 ofFoo 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.