aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/themes.rake2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake
index 4a864d141..cbd12fd86 100644
--- a/lib/tasks/themes.rake
+++ b/lib/tasks/themes.rake
@@ -65,6 +65,8 @@ namespace :themes do
result.push usage_tag(ALAVETELI_VERSION)
hotfix_match = /^(\d+\.\d+\.\d+)(\.\d+)+/.match(ALAVETELI_VERSION)
result.push usage_tag(hotfix_match[1]) if hotfix_match
+ minor_match = /^(\d+\.\d+)(\.\d+)+/.match(ALAVETELI_VERSION)
+ result.push usage_tag(minor_match[1]) if minor_match
result
end