We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543fe49 commit 076edf3Copy full SHA for 076edf3
Makefile
@@ -60,7 +60,7 @@ release:
60
cp ${LICENSE} ${RELEASE_DIR}
61
printf "%s\n\n" ${CHANGE_LOG_HEADER} > ${README}
62
git log --pretty=format:' * %s' ${SECOND_LATEST_TAG}..${LATEST_TAG} >> ${README}
63
- zip -r ${RELEASE_DIR}.zip ${RELEASE_DIR}
+ find ${RELEASE_DIR} | sort -u | zip -@9 ${RELEASE_DIR}.zip
64
rm -rf ${RELEASE_DIR}
65
66
clean:
0 commit comments