소스 검색

fixed script for creating release notes

Bulat Yusupov 5 년 전
부모
커밋
c5e39af096
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" | 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