From aa2c149e0555a8e3d194a5328f66623477e337b9 Mon Sep 17 00:00:00 2001 From: ShyamsundarR Date: Wed, 1 Nov 2017 19:35:43 -0400 Subject: Update rfc.sh for release-3.13 Signed-off-by: ShyamsundarR --- rfc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc.sh b/rfc.sh index b58c65de33b..e4e00e7d79c 100755 --- a/rfc.sh +++ b/rfc.sh @@ -17,7 +17,7 @@ done shift $((OPTIND-1)) -branch="master"; +branch="release-3.13"; set_hooks_commit_msg() { -- cgit