{"id":21320472,"url":"https://github.com/eclass/semantic-release-npm-github-config","last_synced_at":"2025-07-26T07:03:05.311Z","repository":{"id":33004055,"uuid":"149319289","full_name":"eclass/semantic-release-npm-github-config","owner":"eclass","description":"Semantic-release shareable config for NPM with Github","archived":false,"fork":false,"pushed_at":"2025-06-21T00:41:38.000Z","size":1093,"stargazers_count":1,"open_issues_count":19,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-12T04:38:53.276Z","etag":null,"topics":["changelog","git","github","npm","semantic-release","semantic-release-config"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/eclass.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-18T16:30:01.000Z","updated_at":"2022-02-10T15:07:27.000Z","dependencies_parsed_at":"2023-01-14T23:00:27.636Z","dependency_job_id":"0999fcf6-f529-4e24-b5ac-6f41467d5073","html_url":"https://github.com/eclass/semantic-release-npm-github-config","commit_stats":{"total_commits":302,"total_committers":4,"mean_commits":75.5,"dds":"0.11589403973509937","last_synced_commit":"dee8652e869f91a8adf2f26567ef15194e34bd31"},"previous_names":["lgaticaq/npm-github-config"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/eclass/semantic-release-npm-github-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Fsemantic-release-npm-github-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Fsemantic-release-npm-github-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Fsemantic-release-npm-github-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Fsemantic-release-npm-github-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclass","download_url":"https://codeload.github.com/eclass/semantic-release-npm-github-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclass%2Fsemantic-release-npm-github-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133496,"owners_count":24040780,"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-26T02:00:08.937Z","response_time":62,"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":["changelog","git","github","npm","semantic-release","semantic-release-config"],"created_at":"2024-11-21T19:47:58.130Z","updated_at":"2025-07-26T07:03:05.235Z","avatar_url":"https://github.com/eclass.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @eclass/semantic-release-npm-github-config\n\n[![npm version](https://img.shields.io/npm/v/@eclass/semantic-release-npm-github-config.svg)](https://www.npmjs.com/package/@eclass/semantic-release-npm-github-config)\n[![npm downloads](https://img.shields.io/npm/dm/@eclass/semantic-release-npm-github-config.svg)](https://www.npmjs.com/package/@eclass/semantic-release-npm-github-config)\n![Node.js CI](https://github.com/eclass/semantic-release-npm-github-config/workflows/Node.js%20CI/badge.svg)\n[![Maintainability](https://api.codeclimate.com/v1/badges/ac3f78a532b19f7ee027/maintainability)](https://codeclimate.com/github/eclass/semantic-release-npm-github-config/maintainability)\n![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/@eclass/semantic-release-npm-github-config)\n\n\u003e [Semantic-release](https://github.com/semantic-release/semantic-release) shareable config for [NPM](https://www.npmjs.com/) with [GitHub](https://github.com/).\n\n## Usage\n\n### Local installation\n\n```bash\nnpm i -D semantic-release @eclass/semantic-release-npm-github-config @semantic-release/{changelog,git}\n```\n\nIn `package.json`:\n\n```json\n{\n  \"release\": {\n    \"extends\": \"@eclass/semantic-release-npm-github-config\"\n  }\n}\n```\n\n### Global installation\n\n```bash\n$ npm i -g semantic-release @eclass/semantic-release-npm-github-config @semantic-release/{changelog,git}\n$ semantic-release -e @eclass/semantic-release-npm-github-config\n```\n\n## Configuration\n\n### GitHub authentication\n\nThe GitHub authentication configuration is **required** and can be set via [environment variables](#environment-variables).\n\nSee [GitHub authentication](https://github.com/semantic-release/gitlab#gitlab-authentication).\n\n### Npm registry authentication\n\nThe npm authentication configuration is **required** and can be set via [environment variables](#environment-variables).\n\nSee [Npm registry authentication](https://github.com/semantic-release/npm#npm-registry-authentication)\n\n### Environment variables\n\n| Variable                     | Description                                                                                                                                 |\n| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |\n| `GH_TOKEN` or `GITHUB_TOKEN` | **Required.** The token used to authenticate with GitLab repository.                                                                        |\n| `NPM_TOKEN`                  | **Required.** Npm token created via [npm token create](https://docs.npmjs.com/getting-started/working_with_tokens#how-to-create-new-tokens) |\n\n### Additional options\n\nThis shareable config uses the [`@semantic-release/changelog`](https://github.com/semantic-release/changelog), [`@semantic-release/git`](https://github.com/semantic-release/git), [`@semantic-release/github`](https://github.com/semantic-release/github) and [`@semantic-release/npm`](https://github.com/semantic-release/npm) plugins. See the documentation of each plugins for additional options.\nOptions can be set in the Semantic-release configuration.\n\nFor example to set a custom GitHub URL:\n\n```json\n{\n  \"release\": {\n    \"extends\": \"@eclass/semantic-release-npm-github-config\",\n    \"githubUrl\": \"https://custom.github.com\"\n  }\n}\n```\n\n## License\n\n[MIT](https://tldrlegal.com/license/mit-license)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclass%2Fsemantic-release-npm-github-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclass%2Fsemantic-release-npm-github-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclass%2Fsemantic-release-npm-github-config/lists"}