conventional-changelog/conventional-changelog

Any ability for include Merge Request commit ID in fix/feature/major message instead of basic commit ids

vovkanaz opened this issue · 0 comments

Current Workflow[BITBUCKET]: Dev->Pull request-> Review-> Merge to the release branch - Pipeline which generates a changelog and creates a Tag according to the conventional commits.
It turns out that we've got such a template inside Message:

Features

Any ability to configure .releaserc to be able to have:

Features

  • dev: feature1 ([0cf508e](PULL request COMMIT ID or Merged COMMIT ID?))
  • dev: feature2 ([435d9e6](PULL request COMMIT ID or Merged COMMIT ID?))

We've found such option https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#mergepattern but not sure that this is the right approach.

Thanks in advance.