From: Artem Bityutskiy Date: Mon, 4 Nov 2013 15:11:44 +0000 (+0200) Subject: make_a_release: remind about updating the compat test X-Git-Tag: v3.1~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2612c6f982420f43defc06fa2aeec3751894712;p=tools%2Fbmap-tools.git make_a_release: remind about updating the compat test Change-Id: I06d0bdea86c391ffc5cba8ff862a791b8d3f678d Signed-off-by: Artem Bityutskiy --- diff --git a/make_a_release.sh b/make_a_release.sh index bb070ee..1694ce6 100755 --- a/make_a_release.sh +++ b/make_a_release.sh @@ -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"