conventional-commits / conventionalcommits.org

The conventional commits specification
https://conventionalcommits.org
MIT License
6.78k stars 526 forks source link

feature request: supporting multiple scopes #302

Open privatenumber opened 3 years ago

privatenumber commented 3 years ago

Feature request

Requesting the Conventional Commits spec to support multiple scopes. eg.:

type(scope1,scope2): message

Use case

Some features/fixes may at times require multiple packages to be changed and this approach allows all affected scopes to be listed.

Relevant issues

timoxley commented 3 years ago

image

@bcoe Was there a meeting about this? What was the outcome? It looks like support was added in action-semantic-pull-request but I don't see any mention of multiple scopes in the conventionalcommits spec.

LightAndLight commented 2 years ago

Bumping this. It looks like conventional-changelog has supported this for a while now, but it's not mentioned on conventional-commits.org.

damianopetrungaro commented 2 years ago

This one looks interesting to me, could address the situation where for a BC I want to update multiple packages at the same time. @bcoe i think this one should be mentioned, any bad feeling regarding this?

smarts commented 1 year ago

image

@bcoe Was there a meeting about this? What was the outcome? It looks like support was added in action-semantic-pull-request but I don't see any mention of multiple scopes in the conventionalcommits spec.

asking this again since no reply…

damianopetrungaro commented 1 year ago

@bcoe I feel you may have more context than myself on this

tinesoft commented 1 year ago

Hi all, Any update on this? This could be a great addition, specially in #monorepo projects...

damianopetrungaro commented 1 year ago

Pinging back @bcoe if he has any 2 cents about it

enell commented 2 months ago

Has there been any decisions on this or is this request abandoned?