make_a_release: remind about updating the compat test
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 4 Nov 2013 15:11:44 +0000 (17:11 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 4 Nov 2013 15:28:01 +0000 (17:28 +0200)
Change-Id: I06d0bdea86c391ffc5cba8ff862a791b8d3f678d
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
make_a_release.sh

index bb070ee..1694ce6 100755 (executable)
@@ -94,6 +94,7 @@ ask_question "Did you update the docs/RELEASE_NOTES file"
 ask_question "Did you update the docs/README file"
 ask_question "Did you update the man page"
 ask_question "Did you update documentation on tizen.org"
+ask_question "Did you update tests: test-data and oldcodebase"
 
 # Make sure the git index is up-to-date
 [ -z "$(git status --porcelain)" ] || fatal "git index is not up-to-date"