From 013f7b089150ec27b66c1fc14709fd457ce6a64a Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 11 Oct 2013 07:11:44 +1100 Subject: DOC: Releasing shortlog --- DEVELOP | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DEVELOP') 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. -- cgit v1.2.1