{"id":33966761,"url":"https://github.com/rzamana/standard-version","last_synced_at":"2026-04-21T00:05:30.819Z","repository":{"id":62538753,"uuid":"132254746","full_name":"rzamana/standard-version","owner":"rzamana","description":"PHP fork of the npm project standard-version","archived":false,"fork":false,"pushed_at":"2018-05-06T00:30:15.000Z","size":10,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T16:29:13.542Z","etag":null,"topics":["changelog","composer","convential-commit","library","php","semantic-version"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"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/rzamana.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-05T14:22:39.000Z","updated_at":"2021-10-22T15:39:20.000Z","dependencies_parsed_at":"2022-11-02T15:17:15.029Z","dependency_job_id":null,"html_url":"https://github.com/rzamana/standard-version","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rzamana/standard-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzamana%2Fstandard-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzamana%2Fstandard-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzamana%2Fstandard-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzamana%2Fstandard-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rzamana","download_url":"https://codeload.github.com/rzamana/standard-version/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rzamana%2Fstandard-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27694929,"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","status":"online","status_checked_at":"2025-12-12T02:00:06.775Z","response_time":129,"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":["changelog","composer","convential-commit","library","php","semantic-version"],"created_at":"2025-12-12T23:26:44.175Z","updated_at":"2025-12-12T23:26:44.810Z","avatar_url":"https://github.com/rzamana.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standard Version\n\n[![Build Status](https://travis-ci.org/rzamana/standard-version.svg?branch=master)](https://travis-ci.org/rzamana/standard-version)\n\nThis is a PHP composer library fork based on the npm [standard-version](https://github.com/conventional-changelog/standard-version)!\n\nAutomatic versioning and CHANGELOG generation, using GitHub's squash button and\n[conventional commit messages](https://conventionalcommits.org).\n\n_how it works:_\n\n1. when you land commits on your `master` branch, select the _Squash and Merge_ option.\n2. add a title and body that follows the [Conventional Commits Specification](https://conventionalcommits.org).\n3. when you're ready to release:\n  1. `git checkout master; git pull origin master`\n  2. run `standard-version`\n  3. `git push --follow-tags origin master \u0026\u0026 npm publish`\n\n`standard-version` does the following:\n\n1. bumps the version in _composer.json_ (based on your commit history)\n2. update _CHANGELOG.md_\n3. commits _composer.json (et al.)_ and _CHANGELOG.md_\n4. tags a new release\n\n## Installation\n\n_Under construction_\n\n## Commit Message Convention, at a Glance\n\n_patches:_\n\n```sh\ngit commit -a -m \"fix(parsing): fixed a bug in our parser\"\n```\n\n_features:_\n\n```sh\ngit commit -a -m \"feat(parser): we now have a parser \\o/\"\n```\n\n_breaking changes:_\n\n```sh\ngit commit -a -m \"feat(new-parser): introduces a new parsing library\nBREAKING CHANGE: new library does not support foo-construct\"\n```\n\n_other changes:_\n\nYou decide, e.g., docs, chore, etc.\n\n```sh\ngit commit -a -m \"docs: fixed up the docs a bit\"\n```\n\n_but wait, there's more!_\n\nGithub usernames (`@bcoe`) and issue references (#133) will be swapped out for the\nappropriate URLs in your CHANGELOG.\n\n## FAQ\n\n_Under Construction_\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzamana%2Fstandard-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frzamana%2Fstandard-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frzamana%2Fstandard-version/lists"}