{"id":20666178,"url":"https://github.com/hazcod/semantic-commit-hook","last_synced_at":"2025-06-12T21:03:51.599Z","repository":{"id":41958158,"uuid":"187151729","full_name":"hazcod/semantic-commit-hook","owner":"hazcod","description":"Git hook that enforces semantic commit messages.","archived":false,"fork":false,"pushed_at":"2024-04-25T04:47:08.000Z","size":61,"stargazers_count":54,"open_issues_count":3,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T10:22:21.281Z","etag":null,"topics":["git","git-hook","hook","semantic-versioning"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hazcod.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-05-17T05:24:45.000Z","updated_at":"2025-01-30T23:04:57.000Z","dependencies_parsed_at":"2024-11-16T19:35:58.091Z","dependency_job_id":"fc9a05e3-6777-4cc3-b33e-e04f730014e5","html_url":"https://github.com/hazcod/semantic-commit-hook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fsemantic-commit-hook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fsemantic-commit-hook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fsemantic-commit-hook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fsemantic-commit-hook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazcod","download_url":"https://codeload.github.com/hazcod/semantic-commit-hook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249740274,"owners_count":21318683,"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":["git","git-hook","hook","semantic-versioning"],"created_at":"2024-11-16T19:35:45.176Z","updated_at":"2025-04-19T16:41:41.051Z","avatar_url":"https://github.com/hazcod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# semantic-commit-hook\nGit hook that enforces semantic commit messages.\n\n## What is it\nSemantic versioning automatically assigns version numbers on your code based on your commit messages.\nThis means that it recognizes hotfixes, refactors, breaking and non-breaking changes.\nIn my case, it automatically builds and creates a new release on Github based on the work  that has been done.\n\nYou can read more about it [here](https://github.com/semantic-release/semantic-release#how-does-it-work).\n\n## How to use\nAny commit to your local git repository will be rejected if the first line (the title) does not follow [the semantic versioning format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commit-message-format).\n\nFor releasing, I use [go-semantic-release](https://github.com/go-semantic-release/semantic-release).\n\n## Installation\n```shell\ncurl --fail -o .git/hooks/commit-msg https://raw.githubusercontent.com/hazcod/semantic-commit-hook/master/commit-msg \\\n  \u0026\u0026 chmod 500 .git/hooks/commit-msg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazcod%2Fsemantic-commit-hook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazcod%2Fsemantic-commit-hook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazcod%2Fsemantic-commit-hook/lists"}