summaryrefslogtreecommitdiff
path: root/DEVELOP
diff options
context:
space:
mode:
authorDaniel Black <grooverdan@users.sourceforge.net>2013-10-11 07:11:44 +1100
committerDaniel Black <grooverdan@users.sourceforge.net>2013-10-11 07:11:44 +1100
commit013f7b089150ec27b66c1fc14709fd457ce6a64a (patch)
treed04955e33bf210444be384364d812d8c35fbc706 /DEVELOP
parent2d1bd544392d8b95794e7807635d11a732aa950a (diff)
downloadfail2ban-013f7b089150ec27b66c1fc14709fd457ce6a64a.tar.gz
DOC: Releasing shortlog
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.