Merge pull request #1564 from ailin-nemui/pep440

adapt pep440 dev version in make-dist.sh
This commit is contained in:
ailin-nemui 2025-04-29 20:02:49 +00:00 committed by GitHub
commit f857f29eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ if [ -z "$name" ] || [ -z "$version" ]; then
echo "**Error**: ${PKG_NAME} make-dist.sh could not find either name or version, cannot proceed."
exit 1
fi
version=$(echo "$version"|perl -p -e 's/-head/.dev0/')
git log > ChangeLog