How to use Github Release API to make a release without source code?

后端 未结 3 566
栀梦
栀梦 2021-01-11 15:06

I am using blow command to publish a release on Github repo:

curl -X POST -H \"Authorization: token xxxxxxxxx\"  -d \'{\"tag_name\": \"test\", \"name\":\"rel         


        
3条回答
  •  南方客
    南方客 (楼主)
    2021-01-11 15:33

    I don't think you can on the community version. You can attach small binaries to the release though. I believe this is the way that GitHub works, as it is oriented around browsing the code, and providing the source is the important part.

提交回复
热议问题