Skip to content

Commit ccf2523

Browse files
committed
🌀 Fix generation changelog
1 parent 5b67180 commit ccf2523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ build-deb:
9292
@sed -i -e "/; urgency=/s/([0-9.]*)/(${PKG_VERSION}-1)/" \
9393
-e '2,$$d' \
9494
-e "/; urgency=/s/$$/\n` \
95-
LANG=en_US git tag --sort=-v:refname -l --format='%(contents) -- %(*authorname) %(*authoremail) %(*authordate:rfc)' \
95+
LANG=en_US git tag $$(git describe --abbrev=0) --sort=-v:refname --format='%(contents) -- %(*authorname) %(*authoremail) %(*authordate:rfc)' \
9696
|sed -e "/^[^ ]/s/^/ * /g" -e 's/$$/\\\n/' \
9797
|tr -d '\n' \
9898
`/" ./pkg/debbuild/iptv-toolkit/debian/changelog

0 commit comments

Comments
 (0)