projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9504fdc
)
Added scripts/release
author
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Jan 2009 07:03:41 +0000
(09:03 +0200)
committer
Pekka Riikonen
<priikone@silcnet.org>
Mon, 12 Jan 2009 07:03:41 +0000
(09:03 +0200)
scripts/release
[new file with mode: 0644]
patch
|
blob
diff --git a/scripts/release
b/scripts/release
new file mode 100644
(file)
index 0000000..
6c8ee76
--- /dev/null
+++ b/
scripts/release
@@ -0,0
+1,8
@@
+#!/bin/sh
+
+last="$1"
+new="$2"
+git tag -a -m "Release $new" $new
+git log --no-merges $new ^$last > ChangeLog
+echo "" >> ChangeLog
+git diff --stat --summary -M $last $new >> ChangeLog