add releasechecklist
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c6d7ad3124
commit
08db913134
1 changed files with 16 additions and 0 deletions
16
doc/dev/releasechecklist
Normal file
16
doc/dev/releasechecklist
Normal 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
|
||||
|
||||
|
Loading…
Reference in a new issue