Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarples committed Apr 20, 2023
1 parent 030fbd7 commit 54a6ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down

0 comments on commit 54a6ddb

Please sign in to comment.