From faec16e00c4dca07eb57f5fdc02b999bc07a0ac5 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 9 Aug 2018 23:30:22 +0100 Subject: [PATCH] do-release: link to release upload automation SO threads --- do-release | 3 +++ 1 file changed, 3 insertions(+) diff --git a/do-release b/do-release index f7e2d7d..cd67b69 100755 --- a/do-release +++ b/do-release @@ -7,6 +7,9 @@ tag="sha-${common_sha}" upload_basename="images-${common_sha}.zip" git tag "$tag" git push --tags +# TODO +# - https://stackoverflow.com/questions/41022470/curl-request-to-add-file-to-github-release +# - https://stackoverflow.com/questions/38627115/upload-files-to-github-directory-using-github-api #curl "https://api.github.com/repos/cirosantilli/linux-kernel-module-cheat/releases/tags/${tag}/assets?access_token=$(cat data/access_token)&tag_name=${upload_basename}" \ # --header 'Content-Type: application/zip' \ # --upload-file "${common_out_dir}/${upload_basename}" \