Skip to content

Commit

Permalink
fix: Use correct link to releases in git-cliff-release action (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar authored Nov 1, 2024
1 parent 82face2 commit 67cb412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cliff-release/enhance_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def enhance_release(

if release["version"]:
release["extra"]["release_link"] = (
f"{repo_url}/releases/tags/{release['version']}"
f"{repo_url}/releases/tag/{release['version']}"
)
elif unreleased_version:
release["extra"]["unreleased_version"] = unreleased_version
Expand Down

0 comments on commit 67cb412

Please sign in to comment.