{"id":28960253,"url":"https://github.com/lework/drone-semantic-release","last_synced_at":"2026-06-22T18:31:53.244Z","repository":{"id":105077718,"uuid":"204670150","full_name":"lework/drone-semantic-release","owner":"lework","description":"Drone semantic release plugin","archived":false,"fork":false,"pushed_at":"2019-08-27T11:04:27.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-13T12:50:21.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-27T09:38:26.000Z","updated_at":"2023-09-13T12:56:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"7f827488-4f24-4425-a970-ca00c5261f91","html_url":"https://github.com/lework/drone-semantic-release","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lework/drone-semantic-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lework%2Fdrone-semantic-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lework%2Fdrone-semantic-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lework%2Fdrone-semantic-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lework%2Fdrone-semantic-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lework","download_url":"https://codeload.github.com/lework/drone-semantic-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lework%2Fdrone-semantic-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2025-06-24T01:12:15.991Z","updated_at":"2026-06-22T18:31:53.238Z","avatar_url":"https://github.com/lework.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drone-semantic-release\n\n![docker hub](https://img.shields.io/docker/pulls/lework/drone-semantic-release.svg?style=flat-square)\n![docker hub](https://img.shields.io/docker/stars/lework/drone-semantic-release.svg?style=flat-square)\n[![](https://images.microbadger.com/badges/image/lework/drone-semantic-release.svg)](http://microbadger.com/images/lework/drone-semantic-release \"Get your own image badge on microbadger.com\")\n[![](https://images.microbadger.com/badges/version/lework/drone-semantic-release.svg)](http://microbadger.com/images/lework/drone-semantic-release \"Get your own version badge on microbadger.com\")\n\n\nDrone plugin for making semantic releases based on https://github.com/semantic-release/semantic-release.\n\n## Usage\n\nSee [commit message format](https://github.com/semantic-release/semantic-release#commit-message-format) to use it.\n\nAdd the following to the drone configuration\n\n```yml\nkind: pipeline\nname: default\n\nsteps:\n- name: semantic-release\n  image: lework/semantic-release\n  settings:\n    git_user_name: bot # semantic release committer name (git config user.name)\n    git_user_email: bot@example.com # semantic release committer email (git config user.email)\n    github_token: # semantic release token (for authentication)\n      from_secret: token\n```\n\nor for BitBucket\n\n```yml\n    bitbucket_token: # semantic release token (for authentication)\n      from_secret: token\n```\n\nor for GitLab\n\n```yml\n    gitlab_token: # semantic release token (for authentication)\n      from_secret: token\n```\n\nor for any git server (including BitBucket cloud which does not support tokens):\n\n```yml\n    git_login: bot\n    git_password:\n      from_secret: password\n```\n\ndocker run\n\n```bash\ngit clone http://192.168.77.132/root/test.git\ndocker run --rm -e PLUGIN_GIT_USER_NAME=root -e PLUGIN_GIT_USER_EMAIL=root@test.com -e PLUGIN_GIT_LOGIN=root -e PLUGIN_GIT_PASSWORD=12345678 -v $(pwd)/test:/app -w /app lework/drone-semantic-release:latest\n```\n\n## What it does\n\nRuns on master branch only. Skips any actions below while on other branches.\n\n- automatically creates a semantic version number\n- attaches the version number as repo's git tag\n- If there is no .releaserc in the repository, the default file will be used. exposes the version number into the file `.release-version`\n- automatically creates, populates and pushes CHANGELOG.md to your master branch\n\n## License\n\nMIT\n\nThanks [entwico](https://github.com/entwico/semantic-release-drone.git)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flework%2Fdrone-semantic-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flework%2Fdrone-semantic-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flework%2Fdrone-semantic-release/lists"}