We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761ac60 commit a8f48e5Copy full SHA for a8f48e5
cliff.toml
@@ -26,7 +26,7 @@ trim = true
26
render_always = true
27
# An array of regex based postprocessors to modify the changelog.
28
postprocessors = [
29
- { pattern = '\((\w+?\s*#([0-9]+))\)', replace = "([#${2}](https://github.com/mongodb-js/atlas-local-lib-js/pull/${2}))" },
+ { pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/mongodb-js/atlas-local-lib-js/pull/${2}))" },
30
]
31
# render body even when there are no releases to process
32
# render_always = true
0 commit comments