summaryrefslogtreecommitdiff
path: root/DEVELOP
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOP')
-rw-r--r--DEVELOP4
1 files changed, 3 insertions, 1 deletions
diff --git a/DEVELOP b/DEVELOP
index db4bc5b8..efb77888 100644
--- a/DEVELOP
+++ b/DEVELOP
@@ -692,7 +692,7 @@ Releasing
To generate a list of committers use e.g.
- git shortlog -sn 0.8.8.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
+ git shortlog -sn 0.8.10.. | sed -e 's,^[ 0-9\t]*,,g' | tr '\n' '\|' | sed -e 's:|:, :g'
Ensure the top of the ChangeLog has the right version and current date.
@@ -736,6 +736,8 @@ ver. 0.8.12 (2013/XX/XXX) - wanna-be-released
- Enhancements:
+Alter the git shortlog command in the previous section to refer to the just
+released version.
and adjust common/version.py to carry .dev suffix to signal
a version under development.