aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-10-16 10:39:24 +0100
committerSteve Mynott <steve.mynott@gmail.com>2016-10-16 10:39:24 +0100
commitbba83a76081cb86064a564e7cd18211af9596ba7 (patch)
tree1f3379521a8d12bedfbe35da19bc167c95248408
parentbd8bdab3c41c1a615d7b03b69761be107a8c0ebe (diff)
correct changelog create cmd
-rw-r--r--tools/star/release-guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index fb0c54a..d4f73af 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -103,7 +103,7 @@ for the Star release. To bring all modules up to the current
Create a temporary file as a basis for module changelog to be
included in release announcement below:
- $ git diff --submodule=log origin/master..HEAD > /tmp/mod.txt
+ $ git diff --submodule=log > /tmp/mod.txt
Then you may commit your update of the submodules: