We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b67180 commit ccf2523Copy full SHA for ccf2523
Makefile
@@ -92,7 +92,7 @@ build-deb:
92
@sed -i -e "/; urgency=/s/([0-9.]*)/(${PKG_VERSION}-1)/" \
93
-e '2,$$d' \
94
-e "/; urgency=/s/$$/\n` \
95
- LANG=en_US git tag --sort=-v:refname -l --format='%(contents) -- %(*authorname) %(*authoremail) %(*authordate:rfc)' \
+ LANG=en_US git tag $$(git describe --abbrev=0) --sort=-v:refname --format='%(contents) -- %(*authorname) %(*authoremail) %(*authordate:rfc)' \
96
|sed -e "/^[^ ]/s/^/ * /g" -e 's/$$/\\\n/' \
97
|tr -d '\n' \
98
`/" ./pkg/debbuild/iptv-toolkit/debian/changelog
0 commit comments