Couple of questions... #536
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Well, not actually as we use conventional-changelog-angular (or conventional-changelog-conventionalcommits depending on the preset) to generate the changelog and it ignores the commit message body.
No, not actually, this is something we would like to tackle, but we need Nx to support global targets first. Here is the related issue #61.
When installing semver using the
Yeah, true, it depends on your context, how many projects do you have? If these projects are totally decoupled and need to be versioned on their own then go for the independent mode, otherwise, the sync mode is what you are looking for. For instance, the Babel repository has many projects, and they are more or less coupled together, so here the sync mode makes sense (and that's what they used) because in the end it's one single product. Hope it helps. Cheers. |
Beta Was this translation helpful? Give feedback.
Hi @nradulaski-godaddy,
Well, not actually as we use conventional-changelog-angular (or conventional-changelog-conventionalcommits depending on the preset) to generate the changelog and it ignores the commit message body.
No, not actually, this is something we would like to tackle, but we need Nx to support global targets first. Here is the related issue #61.