atlassian / cz-lerna-changelog

A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
110 stars 39 forks source link

Effect of selecting the package name #21

Open Nargonath opened 5 years ago

Nargonath commented 5 years ago

I'm not sure whether this is a bug or not. When I change something in my packages/ folder, I git add it and then use git-cz. cz-lerna-changelog is correctly picked up and asks me at the end which packages are concerned. I select one but the commit created have no mentioned whatsoever of the package I just selected. My question is what is supposed to be the behavior? Is the name of the package supposed to be added as the commit scope?

Thanks.