about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-05-19 00:44:20 +0000
committerEric Wong <normalperson@yhbt.net>2012-05-19 00:44:42 +0000
commit5456f4a0811f967390b533fd2a5db5edbbc52ad7 (patch)
treea159e4b098e2068853b72672fb4f796bf43904a3 /Rakefile
parent5efc39b111123a2b149f7c958f4b61fe50df1dd2 (diff)
downloadcmogstored-5456f4a0811f967390b533fd2a5db5edbbc52ad7.tar.gz
Maybe that will get some suck^H^H^H^Husers to use this!
Honestly, it's pretty solid in my testing.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 167ea1c..f808806 100644
--- a/Rakefile
+++ b/Rakefile
@@ -128,7 +128,7 @@ task :fm_update do
   req = {
     "auth_code" => api_token,
     "release" => {
-      "tag_list" => "Experimental",
+      "tag_list" => "stable",
       "version" => version,
       "changelog" => changelog,
     },