Feature: Configure changelog commit and issue url format
Hi, is it possible to add configuration for generated CHANGELOG?
Same as it has Standard Version in .versionrc config file.
The problem is that the Changelog does not have correct url of the Bitbucket commits/tags compare and no url of the Jira tickets.
EXAMPLE OF USAGE:
{
"commitUrlFormat": "https://comp.bitbucket.com/projects/PROJECT-REPO/commits/{{hash}}",
"compareUrlFormat": "https://comp.bitbucket.com/projects/PROJECT-REPO/compare/commits?targetBranch=refs/tags/{{previousTag}}&sourceBranch=refs/tags/{{currentTag}}",
"issueUrlFormat": "https://comp.jira.com/browse/{{prefix}}{{id}}",
"issuePrefixes": ["PROJECT1-", "PROJECT2-"]
}
It will be great feature, thanks!
I would like to contribute. Can I take this?
I think this is more or less related to #397 issue. @edbzn is there any planning to support .versionrc file in the upcoming versions.
@gauravsoni119 Nothing planned for this but contributions are welcome!
@gauravsoni119 @edbzn something new here? Thanks :)
Hi @edbzn, it's already done I believe... right? I can see it in the documentation. Thanks
@rtkac where?
We don't have .versionrc file support but you can configure the changelog config using the executor options commitParserOptions, and preset. Does this help?
Right, that's what I was talking about :)