summaryrefslogtreecommitdiffstats
path: root/apps/portal/cliff.toml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/portal/cliff.toml')
-rw-r--r--apps/portal/cliff.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/portal/cliff.toml b/apps/portal/cliff.toml
index 955a72b..7299951 100644
--- a/apps/portal/cliff.toml
+++ b/apps/portal/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 = [