Added SilcFloat32 and SilcFloat64, 32-bit and 64-bit floating point types
[runtime.git] / scripts / release
1 #!/bin/sh
2
3 last="$1"
4 new="$2"
5 git tag $new
6 git log --no-merges $new ^$last > ChangeLog
7 echo "" >> ChangeLog
8 git diff --stat --summary -M $last $new >> ChangeLog