Fix changelog

This commit is contained in:
Michiel Borkent 2025-01-05 11:25:02 +01:00
parent df1e5a429a
commit f65ba9d853
2 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@
replaced (str/replace changelog
#" #(\d+)"
(fn [[_ issue after]]
(format " [#%s](https://github.com/babashka/babashka/issues/%s)%s"
(format " [#%s](https://github.com/babashka/scittle/issues/%s)%s"
issue issue (str after))))
replaced (str/replace replaced
#"@([a-zA-Z0-9-_]+)([, \.)])"