summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-08-23 14:55:20 -0500
committerClark Williams <williams@redhat.com>2010-08-23 14:55:20 -0500
commit05de2e2bc368c14ad2e3b72de1db9a0233767c45 (patch)
tree00675c21c4cbdce7ff021acb85dc972862b5a7e6
parentf820268299c0df5be191dfffb12d54a14fb0b00b (diff)
downloadrteval-05de2e2bc368c14ad2e3b72de1db9a0233767c45.tar.gz
rteval-05de2e2bc368c14ad2e3b72de1db9a0233767c45.tar.xz
rteval-05de2e2bc368c14ad2e3b72de1db9a0233767c45.zip
added setup.py to version update step in release checklist
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--doc/release-checklist.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 1649883..1eed9a4 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -13,9 +13,9 @@
4. Merge any remote branch updates into 'work'
5. Merge any local branch updates into 'work'
6. Merge 'work' back into 'master'
-7. Update version number in rteval/rteval.py and rteval.spec
+7. Update version number in rteval/rteval.py, setup.py and rteval.spec
8. Update %changelog info in rteval.spec
-9. Commit rteval/rteval.py and rteval.spec changes
+9. Commit rteval/rteval.py, setup.py and rteval.spec changes
10. Create signed tag of the form v<major>.<minor> for the release:
e.g.: git tag -u williams@redhat.com v1.10
11. Push master branch back to origin