Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit ec4c819

Browse files
committed
chore(fix): correct git cliff recipe in justfile
1 parent ec8091d commit ec4c819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ release tag semver:
7676
just check
7777
uv version --bump {{ semver }}
7878
uv sync
79-
git cliff --unreleased --tag {{ tag }} --output CHANGELOG.md
79+
git cliff --tag {{ tag }} --output CHANGELOG.md
8080
git add .
8181
git commit -m "chore(release): bump version for $tag"
8282
git tag "$tag"

0 commit comments

Comments
 (0)