{"id":28092700,"url":"https://github.com/sheerlox/semantic_release","last_synced_at":"2026-05-28T06:43:51.262Z","repository":{"id":210077471,"uuid":"725172399","full_name":"sheerlox/semantic_release","owner":"sheerlox","description":"📦🚀 Fully automated version management and package publishing for Elixir","archived":false,"fork":false,"pushed_at":"2025-01-10T20:43:20.000Z","size":112,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-12-13T01:57:34.982Z","etag":null,"topics":["automation","changelog","elixir","package","publish","release","release-automation","release-workflow","semantic-release","semantic-version","semver","semver-release","version"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sheerlox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-11-29T15:31:39.000Z","updated_at":"2025-02-24T14:20:10.000Z","dependencies_parsed_at":"2023-11-30T18:01:08.227Z","dependency_job_id":"93f0f18f-c1c0-4aaf-9f33-b9ad4baaa8df","html_url":"https://github.com/sheerlox/semantic_release","commit_stats":null,"previous_names":["talent-ideal/semantic_release","talent-insights/semantic_release","unill-io/semantic_release"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/sheerlox/semantic_release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheerlox%2Fsemantic_release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheerlox%2Fsemantic_release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheerlox%2Fsemantic_release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheerlox%2Fsemantic_release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheerlox","download_url":"https://codeload.github.com/sheerlox/semantic_release/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheerlox%2Fsemantic_release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29227739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-08T09:43:19.170Z","status":"ssl_error","status_checked_at":"2026-02-08T09:42:55.556Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","changelog","elixir","package","publish","release","release-automation","release-workflow","semantic-release","semantic-version","semver","semver-release","version"],"created_at":"2025-05-13T13:36:51.302Z","updated_at":"2026-02-08T10:32:27.858Z","avatar_url":"https://github.com/sheerlox.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semantic Release for Elixir\n\n[![Hex.pm Version](https://img.shields.io/hexpm/v/semantic_release.svg)](https://hex.pm/packages/semantic_release)\n[![Hex.pm Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/semantic_release/)\n[![Hex.pm Downloads](https://img.shields.io/hexpm/dw/semantic_release.svg)](https://hex.pm/packages/semantic_release)\n[![Last Commit](https://img.shields.io/github/last-commit/unill-io/semantic_release.svg)](https://github.com/unill-io/semantic_release/)\n\nMix tasks for installing and running [`semantic-release`](https://github.com/semantic-release/semantic-release/) (and the adapter plugin [`semantic-release-hex`](https://github.com/unill-io/semantic-release-hex/)) in Elixir projects.\n\n\u003e **⚠️ WARNING**\n\u003e\n\u003e This is a pre-release version. As such, anything _may_ change\n\u003e at any time, the public API _should not_ be considered stable,\n\u003e and using a pinned version is _recommended_.\n\n\u003e **Disclaimer**: Because `semantic-release` is written in JavaScript, this package will install Node.js in your `_build/` folder upon running.\n\u003e\n\u003e See the [`nodelix` documentation](https://hexdocs.pm/nodelix/) for more information on how Node.js is installed.\n\n## Installation\n\n`gpg` must be available in your PATH to verify the signature of Node.js releases.\n\nThe package can be installed by adding `semantic_release` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:semantic_release, \"1.0.0-alpha.9\", only: :dev, runtime: false}\n  ]\nend\n```\n\n## Configuration\n\nYou can list additional npm packages to be passed to the `npm install` command:\n\n```elixir\nconfig :semantic_release,\n  additional_packages: [\n    \"@semantic-release/changelog\",\n    \"@semantic-release/git\",\n  ]\n```\n\nThis can also be used to override automatically installed package versions:\n\n```elixir\nconfig :semantic_release,\n  additional_packages: [\n    \"semantic-release-hex@next\",\n    \"@semantic-release/changelog\",\n    \"@semantic-release/git\",\n  ]\n```\n\n## Versioning\n\nThis project follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheerlox%2Fsemantic_release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheerlox%2Fsemantic_release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheerlox%2Fsemantic_release/lists"}