mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 02:55:55 +02:00
make.sh: fix changelog generation.
This commit is contained in:
4
make.sh
4
make.sh
@@ -774,7 +774,9 @@ buildpackages() {
|
||||
|
||||
# Update changelog
|
||||
cd $BASEDIR
|
||||
$0 git log
|
||||
[ -z $GIT_TAG ] || LAST_TAG=$GIT_TAG
|
||||
[ -z $LAST_TAG ] || EXT="$LAST_TAG..HEAD"
|
||||
git log -n 500 --no-merges --pretty=medium --shortstat $EXT > $BASEDIR/doc/ChangeLog
|
||||
|
||||
# Create images for install
|
||||
ipfiremake cdrom
|
||||
|
||||
Reference in New Issue
Block a user