{"id":13983942,"url":"https://github.com/drone-plugins/drone-github-release","last_synced_at":"2026-02-11T10:30:45.675Z","repository":{"id":2531209,"uuid":"46366158","full_name":"drone-plugins/drone-github-release","owner":"drone-plugins","description":"Drone plugin for creating and tagging GitHub releases","archived":false,"fork":false,"pushed_at":"2025-06-13T05:01:50.000Z","size":499,"stargazers_count":38,"open_issues_count":18,"forks_count":37,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-13T06:19:15.791Z","etag":null,"topics":["drone","drone-plugin"],"latest_commit_sha":null,"homepage":"http://plugins.drone.io/drone-plugins/drone-github-release","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drone-plugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-11-17T18:17:16.000Z","updated_at":"2025-05-09T08:09:29.000Z","dependencies_parsed_at":"2023-10-11T06:34:17.827Z","dependency_job_id":"21ebde52-9cf2-4c36-a675-064935ac3f11","html_url":"https://github.com/drone-plugins/drone-github-release","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drone-plugins/drone-github-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-github-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-github-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-github-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-github-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drone-plugins","download_url":"https://codeload.github.com/drone-plugins/drone-github-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drone-plugins%2Fdrone-github-release/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266403045,"owners_count":23923403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drone","drone-plugin"],"created_at":"2024-08-09T05:02:02.419Z","updated_at":"2026-02-11T10:30:45.670Z","avatar_url":"https://github.com/drone-plugins.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# drone-github-release\n\n\n[![Build Status](http://harness.drone.io/api/badges/drone-plugins/drone-github-release/status.svg)](http://harness.drone.io/drone-plugins/drone-github-release)\n[![Slack](https://img.shields.io/badge/slack-drone-orange.svg?logo=slack)](https://join.slack.com/t/harnesscommunity/shared_invite/zt-y4hdqh7p-RVuEQyIl5Hcx4Ck8VCvzBw)\n[![Join the discussion at https://community.harness.io](https://img.shields.io/badge/discourse-forum-orange.svg)](https://community.harness.io)\n[![Drone questions at https://stackoverflow.com](https://img.shields.io/badge/drone-stackoverflow-orange.svg)](https://stackoverflow.com/questions/tagged/drone.io)\n[![Go Doc](https://godoc.org/github.com/drone-plugins/drone-github-release?status.svg)](http://godoc.org/github.com/drone-plugins/drone-github-release)\n[![Go Report](https://goreportcard.com/badge/github.com/drone-plugins/drone-github-release)](https://goreportcard.com/report/github.com/drone-plugins/drone-github-release)\n\nDrone plugin to publish files and artifacts to GitHub Release. For the usage information and a listing of the available options please take a look at [the docs](http://plugins.drone.io/drone-plugins/drone-github-release/).\n\n## Build\n\nBuild the binary with the following command:\n\n```console\nexport GOOS=linux\nexport GOARCH=amd64\nexport CGO_ENABLED=0\nexport GO111MODULE=on\n\ngo build -v -a -tags netgo -o release/linux/amd64/drone-github-release\n```\n\n## Docker\n\nBuild the Docker image with the following command:\n\n```console\ndocker build \\\n  --label org.label-schema.build-date=$(date -u +\"%Y-%m-%dT%H:%M:%SZ\") \\\n  --label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \\\n  --file docker/Dockerfile.linux.amd64 --tag plugins/github-release .\n```\n\n## Usage\n\n```console\ndocker run --rm \\\n  -e DRONE_BUILD_EVENT=tag \\\n  -e DRONE_REPO_OWNER=octocat \\\n  -e DRONE_REPO_NAME=foo \\\n  -e DRONE_COMMIT_REF=refs/heads/master \\\n  -e PLUGIN_API_KEY=${HOME}/.ssh/id_rsa \\\n  -e PLUGIN_FILES=master \\\n  -v $(pwd):$(pwd) \\\n  -w $(pwd) \\\n  plugins/github-release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-github-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrone-plugins%2Fdrone-github-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrone-plugins%2Fdrone-github-release/lists"}