From 5ba2759b4d56ddb88e80f63006a2739e3daecf68 Mon Sep 17 00:00:00 2001 From: bahdotsh Date: Mon, 21 Apr 2025 18:32:51 +0530 Subject: [PATCH] updated git cliff config --- cliff.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cliff.toml b/cliff.toml index 76c8d34..0df252b 100644 --- a/cliff.toml +++ b/cliff.toml @@ -48,6 +48,11 @@ commit_parsers = [ { body = ".*security", group = "Security" }, ] +# Define the GitHub repository URL for commit links +[git.link] +# Format: https://github.com/USER/REPO/commit/{} +github_link = "https://github.com/bahdotsh/wrkflw/commit/{}" + # Format of the git commit link link_parsers = [ { pattern = "#(\\d+)", href = "https://github.com/bahdotsh/wrkflw/issues/$1" },