{"id":18816028,"url":"https://github.com/0-vortex/semantic-release-license-fork","last_synced_at":"2026-06-23T18:32:33.887Z","repository":{"id":45348693,"uuid":"437436184","full_name":"0-vortex/semantic-release-license-fork","owner":"0-vortex","description":"Opinionated fork of cbhq/semantic-release-license with osi+fsf popular licenses","archived":false,"fork":false,"pushed_at":"2021-12-19T06:01:40.000Z","size":1166,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T15:46:07.511Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/0-vortex.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}},"created_at":"2021-12-12T02:38:17.000Z","updated_at":"2021-12-19T06:01:29.000Z","dependencies_parsed_at":"2022-08-04T14:02:44.568Z","dependency_job_id":null,"html_url":"https://github.com/0-vortex/semantic-release-license-fork","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/0-vortex/semantic-release-license-fork","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fsemantic-release-license-fork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fsemantic-release-license-fork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fsemantic-release-license-fork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fsemantic-release-license-fork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0-vortex","download_url":"https://codeload.github.com/0-vortex/semantic-release-license-fork/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0-vortex%2Fsemantic-release-license-fork/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34702913,"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-23T02:00:07.161Z","response_time":65,"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":"2024-11-07T23:52:01.260Z","updated_at":"2026-06-23T18:32:33.864Z","avatar_url":"https://github.com/0-vortex.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# semantic-release-license-fork\n\n[**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to update your license file on new releases.\n\n| Step | Description |\n|--------------------|--------------------------------------------|\n| `verifyConditions` | Verify the presence of a license file and makes sur it can detect it |\n| `prepare`          | Update the license file based on its type |\n\n## Install\n\n```bash\nnpm install -D semantic-release-license-fork\n```\n\n## Usage\n\nThe plugin can be configured in the [**semantic-release** configuration file](https://github.com/semantic-release/semantic-release/blob/master/docs/usage/configuration.md#configuration):\n\n```js\nmodule.exports = {\n  plugins: [\n    'semantic-release-license-fork',\n    /*\n     * Use the git plugin to commit the updated license file\n     * Note: make sure semantic-release-license-fork is run BEFORE the git plugin\n     * otherwise you git won't pick your updated LICENSE.\n     */\n    ['@semantic-release/git', {\n      assets: ['LICENSE']\n    }]\n  ]\n}\n```\n\n## License updates\n\n### MIT, ISC\n\n- Copyright date\n\n### BSD-2-Clause, BSD-3-Clause, UPL-1.0\n- \n- Copyright date\n\n## Options\n\nYou can configure the plugin by passing options:\n\n```js\nmodule.exports = {\n  plugins: [\n    ['semantic-release-license-fork', {\n      license: {\n        path: 'path/to/MY_LICENSE.txt'\n      }\n    }]\n  ]\n}\n```\n\n\u003e We use a `license` root property to avoid conflicts with `semantic-release` CLI options (see [here](https://github.com/semantic-release/semantic-release/issues/1696)).\n\n| Options | Description | Default |\n|---------|-------------|---------|\n| `license.path` | The path to your license path | The plugin tries to automatically detect it |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0-vortex%2Fsemantic-release-license-fork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0-vortex%2Fsemantic-release-license-fork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0-vortex%2Fsemantic-release-license-fork/lists"}