{"id":20666295,"url":"https://github.com/devpow112/semantic-release-config","last_synced_at":"2026-04-02T14:48:34.879Z","repository":{"id":36957293,"uuid":"455022419","full_name":"devpow112/semantic-release-config","owner":"devpow112","description":":clipboard: Shareable semantic-release configuration","archived":false,"fork":false,"pushed_at":"2026-03-21T13:52:56.000Z","size":1442,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T04:17:06.071Z","etag":null,"topics":["github-actions","nodejs"],"latest_commit_sha":null,"homepage":"https://npmjs.com/@devpow112/semantic-release-config","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/devpow112.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":".github/CODEOWNERS","security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-03T03:54:43.000Z","updated_at":"2026-03-21T13:51:30.000Z","dependencies_parsed_at":"2023-10-11T22:40:34.224Z","dependency_job_id":"4e79039d-1bff-4742-8db3-84c8bb98bea2","html_url":"https://github.com/devpow112/semantic-release-config","commit_stats":{"total_commits":178,"total_committers":5,"mean_commits":35.6,"dds":0.3876404494382022,"last_synced_commit":"e91bf0120aad48a18975a47ade0b9ed46009cfa8"},"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/devpow112/semantic-release-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fsemantic-release-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fsemantic-release-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fsemantic-release-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fsemantic-release-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devpow112","download_url":"https://codeload.github.com/devpow112/semantic-release-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpow112%2Fsemantic-release-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31308445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["github-actions","nodejs"],"created_at":"2024-11-16T19:36:34.554Z","updated_at":"2026-04-02T14:48:34.852Z","avatar_url":"https://github.com/devpow112.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semantic Release Configuration\n\n[![License][License Badge]](LICENSE)\n[![Version][Version Badge]][Version Package]\n[![Release][Release Badge]][Release Workflow]\n[![Node Version][Node Version Badge]](package.json#L51)\n\nShareable semantic release configuration.\n\n## Installation\n\n```console\nnpm i -D @devpow112/semantic-release-config\n```\n\n## Usage\n\nThe shareable config can be configured in the [Semantic Release configuration]\nfile.\n\n```json\n{\n  \"extends\": \"@devpow112/semantic-release-config\"\n}\n```\n\n## Development\n\nDevelopment can be done on any machine that can install **Node.js**. Only the\nlatest LTS version is tested against.\n\n### Install Dependencies\n\nInstall dependencies via `npm`.\n\n```console\nnpm i\n```\n\n### Linting\n\nExecute linters via `npm`.\n\n```console\n# git, javascript, markdown and package.json\nnpm run lint\n\n# git only\nnpm run lint:git\n\n# javascript only\nnpm run lint:js\n\n# markdown only\nnpm run lint:md\n\n# package.json only\nnpm run lint:pkg\n```\n\n### Fixing\n\nExecute automatic fixers via `npm`.\n\n```console\n# javascript, markdown and package.json\nnpm run fix\n\n# javascript only\nnpm run fix:js\n\n# markdown only\nnpm run fix:md\n\n# package.json only\nnpm run fix:pkg\n```\n\n\u003c!-- links --\u003e\n[License Badge]: https://img.shields.io/github/license/devpow112/semantic-release-config?label=License\n[Version Badge]: https://img.shields.io/npm/v/@devpow112/semantic-release-config?label=Version\n[Version Package]: https://www.npmjs.com/@devpow112/semantic-release-config\n[Node Version Badge]: https://img.shields.io/node/v/@devpow112/semantic-release-config\n[Release Badge]: https://github.com/devpow112/semantic-release-config/actions/workflows/release.yml/badge.svg?branch=main\n[Release Workflow]: https://github.com/devpow112/semantic-release-config/actions/workflows/release.yml?query=branch%3Amain\n[Semantic Release configuration]: https://semantic-release.gitbook.io/semantic-release/usage/shareable-configurations\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpow112%2Fsemantic-release-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpow112%2Fsemantic-release-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpow112%2Fsemantic-release-config/lists"}