add releasechecklist

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-19 22:34:13 +02:00
parent c6d7ad3124
commit 08db913134
1 changed files with 16 additions and 0 deletions

16
doc/dev/releasechecklist Normal file
View File

@ -0,0 +1,16 @@
# Stuff to take care of when doing a release
# adjust version
vi bin/cdist-config
# adjust release date
vi doc/changelog
# Import into current version branch
git checkout 1.6
git merge master
# Ensure documentation builds cleanly
./build.sh clean && ./build.sh man