Browse Source

fixed release_json.sh script

Bulat Yusupov 5 years ago
parent
commit
609e1cf417
1 changed files with 1 additions and 1 deletions
  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')
 
-echo '{"tag_name":"'$1'","name":"'$1'","body":"'$commits_list'"}' > /tmp/release.json
+echo '{"tag_name":"'$1'","name":"'$1'","body":"'$commits_list'"}' > /tmp/release.json