Ver código fonte

fixed script for creating release notes

Bulat Yusupov 5 anos atrás
pai
commit
c5e39af096
1 arquivos alterados com 1 adições e 1 exclusões
  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" | tr -d '\n' | sed 's/\"/\\"/g')
 
-echo '{"tag_name":"'$1'","body":"'$commits_list'"}' > /tmp/release_json
+echo '{"tag_name":"'$1'","body":"'$commits_list'"}' > /tmp/release.json