diff options
author | Kristof Ralovich <tade60@freemail.hu> | 2013-06-25 17:09:18 +0200 |
---|---|---|
committer | Kristof Ralovich <tade60@freemail.hu> | 2013-06-25 17:09:18 +0200 |
commit | 9e33677bdee416d2cb2e9368229019e747256623 (patch) | |
tree | 34434019292cdd114d070f7334b0667c464973cf | |
parent | 40978a7b45072177c1a3b202953dbe22f35716f0 (diff) |
script to generate changelog from git
-rwxr-xr-x | scripts/make-changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/make-changelog b/scripts/make-changelog new file mode 100755 index 0000000..747fc90 --- /dev/null +++ b/scripts/make-changelog @@ -0,0 +1,3 @@ +#!/bin/sh
+
+git-dch -vaN 1.6-0
|