aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-08-12 12:13:12 -0500
committerClark Williams <williams@redhat.com>2015-08-12 12:16:18 -0500
commit60ee94da76c20d4a872e1069958f79cac301d996 (patch)
tree073dbb9574ffccd640b44ec1c5a6405f76f42807
parentc844b1760d44df6651a4e984ebb02a1ce518a5ee (diff)
downloadrteval-60ee94da76c20d4a872e1069958f79cac301d996.tar.gz
docs: update release checklist to reflect source changes
Remove references to rteval/rteval.py and add refs to rteval/version.py. Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--doc/release-checklist.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release-checklist.txt b/doc/release-checklist.txt
index 1eed9a4..e9d99dd 100644
--- a/doc/release-checklist.txt
+++ b/doc/release-checklist.txt
@@ -2,7 +2,7 @@
# set of steps for releasing a new version of rteval
#
# Note:
-# git commits should have a summary line followed by
+# git commits should have a summary line followed by
# blank line and then the detailed info on the commit
# followed by the committer's Signed-off-by line
#
@@ -13,10 +13,10 @@
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, setup.py and rteval.spec
+7. Update version number in rteval/version.py and rteval.spec
8. Update %changelog info in rteval.spec
-9. Commit rteval/rteval.py, setup.py and rteval.spec changes
+9. Commit rteval/version.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
+ e.g.: git tag -u <your-rh-login>@redhat.com v1.10
11. Push master branch back to origin
e.g.: git push origin && git push --tags origin