conventional-changelog / conventional-changelog-config-spec

a spec describing the config options supported by conventional-config for upstream tooling
109 stars 32 forks source link

Allow *UrlFormat to return null to not render link #56

Open fabb opened 3 years ago

fabb commented 3 years ago

We'd like to keep the repo urls out of the changelog, it would be helpful if the *UrlFormat settings would interpret an empty string or null as a signal to not render a link.

So e.g. when setting compareUrlFormat: null, the output should be ### 2.2.38 (2020-10-20) instead of ### [2.2.38](https://this.is.the/default/url) (2020-10-20)