Merge "support proposed/* branches"
diff --git a/functions-common b/functions-common
index 5b29fd3..9f4acfe 100644
--- a/functions-common
+++ b/functions-common
@@ -522,8 +522,7 @@
 # ``get_release_name_from_branch branch-name``
 function get_release_name_from_branch {
     local branch=$1
-
-    if [[ $branch =~ "stable/" ]]; then
+    if [[ $branch =~ "stable/" || $branch =~ "proposed/" ]]; then
         echo ${branch#*/}
     else
         echo "master"