{"id":15382436,"url":"https://github.com/jpoehnelt/semantic-release-interval","last_synced_at":"2025-12-25T10:22:31.400Z","repository":{"id":36958441,"uuid":"407294699","full_name":"jpoehnelt/semantic-release-interval","owner":"jpoehnelt","description":"Triggers a new release if the oldest commit since the last release is over a certain age.","archived":false,"fork":false,"pushed_at":"2023-03-06T09:04:48.000Z","size":775,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-22T16:39:07.667Z","etag":null,"topics":["semantic-release","semantic-release-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpoehnelt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"jpoehnelt","patreon":"jpoehnelt","open_collective":"jpoehnelt"}},"created_at":"2021-09-16T19:45:40.000Z","updated_at":"2022-01-06T08:25:54.000Z","dependencies_parsed_at":"2024-06-19T05:28:44.739Z","dependency_job_id":"2dd7eee1-526b-4936-bdd5-9eab2369c62a","html_url":"https://github.com/jpoehnelt/semantic-release-interval","commit_stats":{"total_commits":197,"total_committers":3,"mean_commits":65.66666666666667,"dds":0.3299492385786802,"last_synced_commit":"a2b888a51b1979f35b35baeb96d0ef7fd3800378"},"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fsemantic-release-interval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fsemantic-release-interval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fsemantic-release-interval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpoehnelt%2Fsemantic-release-interval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpoehnelt","download_url":"https://codeload.github.com/jpoehnelt/semantic-release-interval/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241124478,"owners_count":19913836,"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-10-01T14:32:09.139Z","updated_at":"2025-12-25T10:22:31.359Z","avatar_url":"https://github.com/jpoehnelt.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jpoehnelt","https://patreon.com/jpoehnelt","https://opencollective.com/jpoehnelt"],"categories":[],"sub_categories":[],"readme":"# Semantic Release Interval Plugin\n\n[![npm](https://img.shields.io/npm/v/semantic-release-interval)](https://www.npmjs.com/package/semantic-release-interval)\n![Build](https://github.com/jpoehnelt/semantic-release-interval/workflows/Build/badge.svg)\n![Release](https://github.com/jpoehnelt/semantic-release-interval/workflows/Release/badge.svg)\n[![codecov](https://codecov.io/gh/jpoehnelt/semantic-release-interval/branch/master/graph/badge.svg)](https://codecov.io/gh/jpoehnelt/semantic-release-interval)\n![GitHub contributors](https://img.shields.io/github/contributors/jpoehnelt/semantic-release-interval?color=green)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\nThe `semantic-release-interval` plugin provides functionality to trigger a new release if the oldest commit since the last release is over a certain age.\n\nRead more about [Semantic Release](https://semantic-release.gitbook.io/).\n\n\u003e **Note**: The release determined by this package **does not** override any previous release analysis and short circuits if `nextRelease` is already defined.\n## Install\n\n```bash\n$ npm install -D semantic-release-interval\n```\n\n## Basic Usage\n\nThe following example will generate a release if the oldest commit is more than 1 week old.\n\n```json\n{\n  \"plugins\": [\n    \"@semantic-release/commit-analyzer\",\n    [\n      \"semantic-release-interval\",\n      {\n        \"units\": \"week\",\n        \"duration\": \"1\"\n      }\n    ]\n  ]\n}\n```\n\n## Configuration Options\n\n- `units`: The unit of time to use. Can be `day`, `week`, `month`, `year` or `hour`.\n- `duration`: The duration to compare the oldest commit to.\n- `release`: The release type to use. Can be `patch`, `minor`, or `major`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpoehnelt%2Fsemantic-release-interval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpoehnelt%2Fsemantic-release-interval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpoehnelt%2Fsemantic-release-interval/lists"}