summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2023-08-02 14:49:15 +0300
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2023-08-02 14:49:15 +0300
commit6d3e53d0a23efc8c3ffab39bd23f3c43591da114 (patch)
treeac66ded341ec118da7d556df095b6a559bd0b683
parent9212eaa8c0ba857cb599c2992dce7df9bbc14af1 (diff)
make_a_release.sh: remove a couple of out of date questions
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rwxr-xr-xmake_a_release.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/make_a_release.sh b/make_a_release.sh
index 7ea3f4a..5c1a480 100755
--- a/make_a_release.sh
+++ b/make_a_release.sh
@@ -88,8 +88,6 @@ fi
[ -z "$(git status --porcelain)" ] || fatal "git index is not up-to-date"
# Remind the maintainer about various important things
-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 tests: test-data and oldcodebase"