summaryrefslogtreecommitdiffstats
path: root/apps/projects/cliff.toml
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-06-05 15:43:35 +0200
committerivarlovlie <git@ivarlovlie.no>2022-06-05 15:47:00 +0200
commitde60aa389958c4a361acf0cbce4071b4296af1bc (patch)
treeb0ba2672839a162581463ed2dc33a268eee94f06 /apps/projects/cliff.toml
parent1cb220ef54ddaf635b322d8c24f38613f371285e (diff)
downloadgreatoffice-de60aa389958c4a361acf0cbce4071b4296af1bc.tar.xz
greatoffice-de60aa389958c4a361acf0cbce4071b4296af1bc.zip
chore(release): Bump version
Diffstat (limited to 'apps/projects/cliff.toml')
-rw-r--r--apps/projects/cliff.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/projects/cliff.toml b/apps/projects/cliff.toml
index 955a72b..7299951 100644
--- a/apps/projects/cliff.toml
+++ b/apps/projects/cliff.toml
@@ -34,8 +34,8 @@ conventional_commits = true
filter_unconventional = true
# regex for preprocessing the commit messages
commit_preprocessors = [
- { pattern = "([ \\n])(([a-f0-9]{7})[a-f0-9]*)", replace = "${1}commit # [${3}](https://git.ivarlovlie.no/time-tracker/commit/${2})" },
- { pattern = "https://git.ivarlovlie.no/time-tracker/commit/([a-f0-9]{7})[a-f0-9]*", replace = "commit # [${1}](${0})" },
+ { pattern = "([ \\n])(([a-f0-9]{7})[a-f0-9]*)", replace = "${1}commit # [${3}](https://git.ivar.systems/greatoffice/commit/${2})" },
+ { pattern = "https://git.ivar.systems/greatoffice/commit/([a-f0-9]{7})[a-f0-9]*", replace = "commit # [${1}](${0})" },
]
# regex for parsing and grouping commits
commit_parsers = [