Added SILC CPUID API
[runtime.git] / scripts / release
1 #!/bin/sh
2
3 last="$1"
4 new="$2"
5 git tag -a -m "Release $new" $new
6 git log --no-merges $new ^$last >> ChangeLog
7 echo "" >> ChangeLog
8 git diff --stat --summary -M $last $new >> ChangeLog