diff options
Diffstat (limited to 'Master/texmf-dist/source/jfontmaps')
-rwxr-xr-x | Master/texmf-dist/source/jfontmaps/tools/release.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/jfontmaps/tools/release.sh b/Master/texmf-dist/source/jfontmaps/tools/release.sh index 13c4125c339..89ab24138cc 100755 --- a/Master/texmf-dist/source/jfontmaps/tools/release.sh +++ b/Master/texmf-dist/source/jfontmaps/tools/release.sh @@ -26,6 +26,8 @@ fi echo git commit -m "Release $VER" --allow-empty git archive --format=tar --prefix=$PROJECT-$VER/ HEAD | (cd $TEMP && tar xf -) +git --no-pager log --date=short --format='%ad %aN <%ae>%n%n%x09* %s%d [%h]%n' > $TEMP/$PROJECT-$VER/ChangeLog +cat ChangeLog.pre-git >> $TEMP/$PROJECT-$VER/ChangeLog cd $TEMP rm -rf $PROJECT-$VER-orig cp -r $PROJECT-$VER $PROJECT-$VER-orig |