{"id":13342263,"url":"https://github.com/woodpecker-ci/plugin-github-release","last_synced_at":"2025-02-26T05:32:13.572Z","repository":{"id":44675491,"uuid":"454090502","full_name":"woodpecker-ci/plugin-github-release","owner":"woodpecker-ci","description":"Woodpecker/Drone plugin for creating and tagging GitHub releases","archived":false,"fork":false,"pushed_at":"2024-04-07T01:44:36.000Z","size":2407,"stargazers_count":2,"open_issues_count":6,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T05:33:51.535Z","etag":null,"topics":["github","release","release-automation","woodpecker-ci","woodpecker-plugin","woodpeckerci"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"drone-plugins/drone-github-release","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/woodpecker-ci.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"open_collective":"woodpecker-ci"}},"created_at":"2022-01-31T16:51:28.000Z","updated_at":"2023-04-01T13:44:24.000Z","dependencies_parsed_at":"2023-10-16T14:21:35.894Z","dependency_job_id":"e17b2410-b126-49dd-ab33-507a64679daa","html_url":"https://github.com/woodpecker-ci/plugin-github-release","commit_stats":{"total_commits":188,"total_committers":30,"mean_commits":6.266666666666667,"dds":0.7287234042553192,"last_synced_commit":"3f707fdd81437741e1cfd91f50cdbfb6b2284f53"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woodpecker-ci%2Fplugin-github-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woodpecker-ci%2Fplugin-github-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woodpecker-ci%2Fplugin-github-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woodpecker-ci%2Fplugin-github-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woodpecker-ci","download_url":"https://codeload.github.com/woodpecker-ci/plugin-github-release/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240105437,"owners_count":19748463,"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","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":["github","release","release-automation","woodpecker-ci","woodpecker-plugin","woodpeckerci"],"created_at":"2024-07-29T19:28:12.916Z","updated_at":"2025-02-26T05:32:13.505Z","avatar_url":"https://github.com/woodpecker-ci.png","language":"Go","funding_links":["https://opencollective.com/woodpecker-ci"],"categories":[],"sub_categories":[],"readme":"# DEPRECATED, use https://codeberg.org/woodpecker-plugins/release\n\n# woodpecker-github-release\n\nWoodpecker plugin to publish files and artifacts to 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/plugin-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.multiarch --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%2Fwoodpecker-ci%2Fplugin-github-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoodpecker-ci%2Fplugin-github-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoodpecker-ci%2Fplugin-github-release/lists"}