From: Roy Marples Date: Thu, 20 Apr 2023 11:12:14 +0000 (+0100) Subject: chore: fix release X-Git-Tag: v10.0.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=266231f59f05bb1ccd6a70e1b67fe02a8ba12b50;p=thirdparty%2Fdhcpcd.git chore: fix release --- diff --git a/Makefile b/Makefile index db6ad774..60c94fc9 100644 --- a/Makefile +++ b/Makefile @@ -72,12 +72,12 @@ distinfo: dist chmod 644 ${DISTSIGN} ls -l ${DISTFILE} ${DISTINFO} ${DISTSIGN} -{$DISTINFOMD}: ${DISTINFO} +${DISTINFOMD}: ${DISTINFO} echo '```' >${DISTINFOMD} cat ${DISTINFO} >>${DISTINFOMD} echo '```' >>${DISTINFOMD} -release: distinfo +release: distinfo ${DISTINFOMD} gh release create v${VERSION} \ --title "dhcpcd ${VERSION}" --draft --generate-notes \ --notes-file ${DISTINFOMD} \