From 35b68dadf20d2d7804e7fdf5aaf1b3e64589a4b4 Mon Sep 17 00:00:00 2001 From: rkiel Date: Thu, 8 Feb 2018 21:42:42 -0500 Subject: [PATCH] installer: added release as a branch --- lib/shared/branchability.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/branchability.rb b/lib/shared/branchability.rb index ad366df..b76718e 100644 --- a/lib/shared/branchability.rb +++ b/lib/shared/branchability.rb @@ -10,7 +10,7 @@ module Shared end def standard_branches - ['master'] + ['master','release'] end def version_pattern