{"id":19970207,"url":"https://github.com/webdeveric/semantic-release-lifecycles","last_synced_at":"2025-06-29T09:03:44.528Z","repository":{"id":252742087,"uuid":"841075293","full_name":"webdeveric/semantic-release-lifecycles","owner":"webdeveric","description":"This plugin for semantic-release will log lifecycle data to JSON files so you can see what data is available at each step.","archived":false,"fork":false,"pushed_at":"2025-06-17T20:18:18.000Z","size":616,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T20:19:24.564Z","etag":null,"topics":["semantic-release","semantic-release-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/semantic-release-lifecycles","language":"TypeScript","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/webdeveric.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["webdeveric"]}},"created_at":"2024-08-11T15:11:42.000Z","updated_at":"2025-06-17T20:17:55.000Z","dependencies_parsed_at":"2024-09-07T21:31:01.389Z","dependency_job_id":"cebccf5c-8017-4d0e-8972-28b2e242f08b","html_url":"https://github.com/webdeveric/semantic-release-lifecycles","commit_stats":null,"previous_names":["webdeveric/semantic-release-lifecycles"],"tags_count":3,"template":false,"template_full_name":"webdeveric/dual-ts-package-template","purl":"pkg:github/webdeveric/semantic-release-lifecycles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fsemantic-release-lifecycles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fsemantic-release-lifecycles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fsemantic-release-lifecycles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fsemantic-release-lifecycles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdeveric","download_url":"https://codeload.github.com/webdeveric/semantic-release-lifecycles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdeveric%2Fsemantic-release-lifecycles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262566830,"owners_count":23329681,"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":["semantic-release","semantic-release-plugin"],"created_at":"2024-11-13T02:53:31.409Z","updated_at":"2025-06-29T09:03:44.502Z","avatar_url":"https://github.com/webdeveric.png","language":"TypeScript","funding_links":["https://github.com/sponsors/webdeveric"],"categories":[],"sub_categories":[],"readme":"# `semantic-release-lifecycles`\n\n[![Node.js CI](https://github.com/webdeveric/semantic-release-lifecycles/actions/workflows/node.js.yml/badge.svg)](https://github.com/webdeveric/semantic-release-lifecycles/actions/workflows/node.js.yml)\n\nThis plugin for `semantic-release` will log lifecycle data to JSON files so you can see what data is available at each step.\n\n## Install\n\n```sh\npnpm add semantic-release-lifecycles -D\n```\n\n## Usage\n\nAdd this plugin to your `release.config.mjs`.\n\n```js\n/**\n * @type {Partial\u003cimport('semantic-release').GlobalConfig\u003e}\n */\nexport default {\n  branches: ['main'],\n  plugins: ['semantic-release-lifecycles'],\n};\n```\n\n### Options\n\nAll options are optional.\n\n```js\n/**\n * @type {Partial\u003cimport('semantic-release').GlobalConfig\u003e}\n */\nexport default {\n  branches: ['main'],\n  plugins: [\n    [\n      'semantic-release-lifecycles',\n      {\n        // Pass in lifecycle names you want to enable. Look at `types.ts` for full list.\n        enabled: ['success', 'fail'],\n        // Customize where each lifecycle file is written.\n        // The naming convention is `${LifecycleName}OutputFile`.\n        successOutputFile: 'success.json',\n      },\n    ],\n  ],\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fsemantic-release-lifecycles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdeveric%2Fsemantic-release-lifecycles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdeveric%2Fsemantic-release-lifecycles/lists"}