From 1f9f0c29324d7f280f3637c6246524a6a4840415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 7 Oct 2012 15:08:21 +0200 Subject: [PATCH] Changing release mode to true, hopefully the last commit ever violating the branching model. DO NOT BACKPORT THIS COMMIT TO DEVELOP --- config/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defaults.yml b/config/defaults.yml index d1f9932a6..ee35209c2 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -5,7 +5,7 @@ defaults: version: number: "0.0.1.0" - release: false # Do not touch unless in a merge conflict on doing a release, master should have a commit setting this to true which is not backported to the develop branch. + release: true # Do not touch unless in a merge conflict on doing a release, master should have a commit setting this to true which is not backported to the develop branch. heroku: false environment: url: "http://localhost:3000/"