updated git cliff config

This commit is contained in:
bahdotsh
2025-04-21 18:32:51 +05:30
parent 034feec268
commit 5ba2759b4d

View File

@@ -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" },