Commit 474b7fd4 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Update release script

parent 81a23590
#!/bin/sh -e
VERSION=$1
PREV_VERSION=$2
TAG=$1
PREV_TAG=$2
git checkout refs/tags/release-$VERSION
git log --pretty=fuller --date=short refs/tags/release-$PREV_VERSION..HEAD > ChangeLog
git checkout refs/tags/$TAG
git log --pretty=fuller --date=short refs/tags/$PREV_TAG..HEAD > ChangeLog
./configure && \
make dist-bzip2 && make dist-gzip && make dist-xz || echo "error"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment