Pārlūkot izejas kodu

fixed script for creating release notes

Bulat Yusupov 5 gadi atpakaļ
vecāks
revīzija
c5e39af096
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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