Skip to content

Commit

Permalink
Merge pull request #16 from rackerroush/1.2.11
Browse files Browse the repository at this point in the history
1.2.11
  • Loading branch information
Justin Roush authored and rackerroush committed Jun 1, 2017
2 parents 063813e + 549f0d0 commit ea394c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ done <<< $(git --no-pager log --no-merges --format=%s | awk '/^Set version to '"

COMMITS=$(printf "%s<br>" "${CHG_LOG[@]}")

API_JSON=$(printf '{"tag_name": "%s","target_commitish": "master","name": "%s","body": "Changes in this release","draft": false,"prerelease": false}' $VERSION "$COMMITS" $VERSION)
API_JSON=$(printf '{"tag_name": "%s","target_commitish": "master","name": "%s","body": "Changes in this release<br><br>%s","draft": false,"prerelease": false}' $VERSION $VERSION "$COMMITS")
#curl --data "$API_JSON" https://api.github.com/repos/:owner/:repository/releases?access_token=:access_token
curl -H "Authorization: token ${TOKEN}" --data "$API_JSON" https://api.github.com/repos/${OWNER}/${REPOSITORY}/releases
echo $API_JSON
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.10
1.2.11

0 comments on commit ea394c7

Please sign in to comment.