From f264cf9f6cfb1678377c57d7ee7d9e5ce464a1fe Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 1 Nov 2012 17:45:34 +0100 Subject: [PATCH] insert the actual data into the release process for freecode Signed-off-by: Nico Schottelius --- build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build b/build index 0dca69c9..def72470 100755 --- a/build +++ b/build @@ -220,9 +220,9 @@ eof { "auth_code": "$api_token", "release": { - "tag_list": "REPLACEME", + "tag_list": "$taglist", "version": "$version", - "changelog": "REPLACEMETOO", + "changelog": "$changelog", "hidden_from_frontpage": false } }