From f949c3e13e42d52fd5c230fc2f2607d327aad9d1 Mon Sep 17 00:00:00 2001 From: Rinku Kothiya Date: Fri, 17 Apr 2020 13:26:50 +0000 Subject: Update rfc.sh for release-8 updates: #1180 Signed-off-by: Rinku Kothiya --- rfc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc.sh b/rfc.sh index c1bf1068ac9..223ebc2825b 100755 --- a/rfc.sh +++ b/rfc.sh @@ -18,7 +18,7 @@ done shift $((OPTIND-1)) -branch="master"; +branch="release-8"; set_hooks_commit_msg() { -- cgit