{"id":15067393,"url":"https://github.com/luzifer/git-changerelease","last_synced_at":"2026-02-07T06:31:58.854Z","repository":{"id":57620080,"uuid":"63332439","full_name":"Luzifer/git-changerelease","owner":"Luzifer","description":"git-subcommand to write the changelog in a consistent format and tag it using semantic versioning","archived":false,"fork":false,"pushed_at":"2023-11-29T11:37:09.000Z","size":1069,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T04:27:31.612Z","etag":null,"topics":["changelog","git","git-subcommand","semver"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/Luzifer.png","metadata":{"files":{"readme":"README.md","changelog":"History.md","contributing":null,"funding":null,"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":{"custom":["https://www.paypal.me/luzifer"],"github":["Luzifer"],"ko_fi":"luziferus"}},"created_at":"2016-07-14T11:50:30.000Z","updated_at":"2023-11-11T14:39:32.000Z","dependencies_parsed_at":"2023-11-29T12:44:53.655Z","dependency_job_id":null,"html_url":"https://github.com/Luzifer/git-changerelease","commit_stats":{"total_commits":52,"total_committers":1,"mean_commits":52.0,"dds":0.0,"last_synced_commit":"199a1b4984f5569b81cbab6f4d2902d5ef7a5235"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/Luzifer/git-changerelease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fgit-changerelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fgit-changerelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fgit-changerelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fgit-changerelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Luzifer","download_url":"https://codeload.github.com/Luzifer/git-changerelease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Luzifer%2Fgit-changerelease/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268240442,"owners_count":24218358,"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-08-01T02:00:08.611Z","response_time":67,"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","git","git-subcommand","semver"],"created_at":"2024-09-25T01:20:23.861Z","updated_at":"2026-02-07T06:31:58.803Z","avatar_url":"https://github.com/Luzifer.png","language":"Shell","funding_links":["https://www.paypal.me/luzifer","https://github.com/sponsors/Luzifer","https://ko-fi.com/luziferus"],"categories":[],"sub_categories":[],"readme":"[![Go Report Card](https://goreportcard.com/badge/github.com/Luzifer/git-changerelease)](https://goreportcard.com/report/github.com/Luzifer/git-changerelease)\n![](https://badges.fyi/github/license/Luzifer/git-changerelease)\n![](https://badges.fyi/github/downloads/Luzifer/git-changerelease)\n![](https://badges.fyi/github/latest-release/Luzifer/git-changerelease)\n![](https://knut.in/project-status/git-changerelease)\n\n# Luzifer / git-changerelease\n\n`git-changerelease` is a git-subcommand to write the changelog in a consistent format and tag it using [semantic versioning](http://semver.org/). You can see the version it writes in the [History.md](History.md) file in this repository.\n\n## Features\n\n- Specify regular expressions to match the commit subject against for automated detection of major / minor / patch releases\n- Automatically write Changelog from commits\n- Start editor to change the Changelog (and the version) before tagging\n\n## Usage\n\n- Generate a configuration file using `git changerelease --create-config`\n- Edit your matchers in the configuration file just created\n- Commit and release:\n\n```bash\n# git init\nInitialized empty Git repository in /tmp/test/.git/\n\n# git commit --allow-empty -m 'add an empty commit'\n[master (root-commit) 0cc02e6] add an empty commit\n\n# git-changerelease\n# git describe --tags HEAD\nv0.1.0\n\n# git commit --allow-empty -m 'fix another empty commit'\n[master 69d6f0e] fix another empty commit\n\n# git-changerelease\n# git describe --tags HEAD\nv0.1.1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Fgit-changerelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluzifer%2Fgit-changerelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluzifer%2Fgit-changerelease/lists"}