Skip to content

Commit a8f48e5

Browse files
Revert change to regex
1 parent 761ac60 commit a8f48e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ trim = true
2626
render_always = true
2727
# An array of regex based postprocessors to modify the changelog.
2828
postprocessors = [
29-
{ pattern = '\((\w+?\s*#([0-9]+))\)', replace = "([#${2}](https://github.com/mongodb-js/atlas-local-lib-js/pull/${2}))" },
29+
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](https://github.com/mongodb-js/atlas-local-lib-js/pull/${2}))" },
3030
]
3131
# render body even when there are no releases to process
3232
# render_always = true

0 commit comments

Comments
 (0)