文件名称:github-releaser:创建Github版本的Golang CLI脚本
文件大小:94KB
文件格式:ZIP
更新时间:2024-02-25 00:58:47
cli golang github-api GitHubAPIGo
Github发布器 Golang CLI脚本,可从Github API创建Github版本 POST /repos/:owner/:repo/releases 创建一个Github发布文档 请求正文 { " tag_name " : " v1.0.0 " , " target_commitish " : " master " , " name " : " v1.0.0 " , " body " : " Description of the release " , " draft " : false , " prerelease " : false } 请求标题 请求标题
【文件预览】:
github-releaser-master
----.gitignore(192B)
----images()
--------release_screenshot.png(112KB)
----LICENSE(11KB)
----main.go(4KB)
----README.md(2KB)