{"id":25873082,"url":"https://github.com/codeinwp/conventional-changelog-simple-preset","last_synced_at":"2026-06-06T18:31:02.736Z","repository":{"id":51069735,"uuid":"229101523","full_name":"Codeinwp/conventional-changelog-simple-preset","owner":"Codeinwp","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-07T08:22:55.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T07:05:30.517Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codeinwp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-19T17:02:37.000Z","updated_at":"2021-10-11T05:45:14.000Z","dependencies_parsed_at":"2022-09-18T06:56:44.287Z","dependency_job_id":null,"html_url":"https://github.com/Codeinwp/conventional-changelog-simple-preset","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fconventional-changelog-simple-preset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fconventional-changelog-simple-preset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fconventional-changelog-simple-preset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeinwp%2Fconventional-changelog-simple-preset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codeinwp","download_url":"https://codeload.github.com/Codeinwp/conventional-changelog-simple-preset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241481752,"owners_count":19969831,"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":[],"created_at":"2025-03-02T08:29:39.040Z","updated_at":"2026-06-06T18:31:02.697Z","avatar_url":"https://github.com/Codeinwp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Simple changelog convention\n\nConventional changelog preset which triggers release based on the commits on the default branch ( master ).\n\nThe type of the release is triggered by the scope. \n\nThe release notes are generated based on the commit body.\n \n### Examples\n * `release: new version` will trigger a **patch** release with no release notes\n * `release(minor): new version` will trigger a **minor** release with no release notes\n\n```\nrelease: new version\n * Fix race condition\n * Improve perfomance issues \n   \n```\nwill trigger a **patch** release with \n```\n * Fix race condition\n * Improve perfomance issues \n```\nas release notes.\n\n \n### How to use\n\nIn the release file you can add the following configuration\n\n```json\n    {\n        \"branch\": \"master\",\n        \"plugins\": [\n          [\n            \"@semantic-release/commit-analyzer\",\n            {\n              \"preset\": \"simple-preset\",\n              \"releaseRules\": \"conventional-changelog-simple-preset/release-rules\"\n            }\n          ],\n          [\n            \"@semantic-release/changelog\",\n            {\n              \"changelogFile\": \"CHANGELOG.md\"\n            }\n          ],\n          [\n            \"@semantic-release/release-notes-generator\",\n            {\n              \"preset\": \"simple-preset\"\n            }\n          ]\n        ]\n    }\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeinwp%2Fconventional-changelog-simple-preset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeinwp%2Fconventional-changelog-simple-preset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeinwp%2Fconventional-changelog-simple-preset/lists"}