-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I like Common Changelog a lot, but the format is a bit repetitive when all the references are authored by a single contributor. Here's an example from one of my open-source projects PRBTest:
It would be nice if the Common Changelog standard suggested a way to reference a contributor only once when appropriate, potentially underneath the release title or underneath each category:
## v0.2.0
All of the contributions below have been made by @paulrberg.Or:
## v0.2.0
### Changed
All of the contributions below have been made authored by @paulrberg.
- Set cheatcode mutability/ visibility
- Split `Vm` in `Vm` and `VmSafe` interfacesI know that the current standard recommends that:
If the project only has one contributor, author names can be omitted.
But there can be the situation (in fact, I would argue that this is the most common situation) when the project as whole as multiple contributors, but one particular release is handled by a single contributor.
What do you think?
Metadata
Metadata
Assignees
Labels
No labels
