Description
Not sure how much you'd be into the idea of adding a dropdown of options if the autogenerated message doesn't fit the bill, but we use conventional-changelog and one of our big annoyances is that everyone on the team has to name their scopes exactly the same for the changelog to look great. It's especially tough on new features when the thing we're developing hasn't really been named yet, or is going under a number of aliases.
It'd be nice to have the option of a dropdown that listed X number of the most recent commits that included a scope and you could just click it and at least populate the first part. As an example, a recent feature we introduced was an "onboarding" walkthrough for our app feat(onboarding):
.
But some people called it "guided setup" feat(guided setup)
. So now our changelog shows it as two separate features. Same thing happens with misspellings, hyphens vs. underscores vs. spaces, etc. It would be nice to click a quick button and see what someone else first named the scope to keep them consistent.