mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Merge pull request #1564 from ailin-nemui/pep440
adapt pep440 dev version in make-dist.sh
This commit is contained in:
commit
f857f29eaf
1 changed files with 1 additions and 0 deletions
|
|
@ -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."
|
echo "**Error**: ${PKG_NAME} make-dist.sh could not find either name or version, cannot proceed."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
version=$(echo "$version"|perl -p -e 's/-head/.dev0/')
|
||||||
|
|
||||||
git log > ChangeLog
|
git log > ChangeLog
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue