浏览代码

fixed release_json.sh script

Bulat Yusupov 5 年之前
父节点
当前提交
609e1cf417
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      release_json.sh

+ 1 - 1
release_json.sh

@@ -10,4 +10,4 @@ fi
 
 
 commits_list=$(git --no-pager log $last_tag --oneline --pretty=format:"- %s\\n" | uniq | tr -d '\n' | sed 's/\"/\\"/g')
 commits_list=$(git --no-pager log $last_tag --oneline --pretty=format:"- %s\\n" | uniq | tr -d '\n' | sed 's/\"/\\"/g')
 
 
-echo '{"tag_name":"'$1'","name":"'$1'","body":"'$commits_list'"}' > /tmp/release.json
+echo '{"tag_name":"'$1'","name":"'$1'","body":"'$commits_list'"}' > /tmp/release.json