{"id":18539494,"url":"https://github.com/hengfengli/gitrelease","last_synced_at":"2026-04-14T23:31:34.498Z","repository":{"id":62439526,"uuid":"238195270","full_name":"hengfengli/gitrelease","owner":"hengfengli","description":"A CLI tool to generate git release notes.","archived":false,"fork":false,"pushed_at":"2020-02-11T11:49:30.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T04:48:47.777Z","etag":null,"topics":["git","github"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hengfengli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-04T11:59:03.000Z","updated_at":"2020-02-11T11:44:35.000Z","dependencies_parsed_at":"2022-11-01T21:53:00.389Z","dependency_job_id":null,"html_url":"https://github.com/hengfengli/gitrelease","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfengli%2Fgitrelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfengli%2Fgitrelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfengli%2Fgitrelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengfengli%2Fgitrelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hengfengli","download_url":"https://codeload.github.com/hengfengli/gitrelease/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254263217,"owners_count":22041563,"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","github"],"created_at":"2024-11-06T19:48:51.661Z","updated_at":"2026-04-14T23:31:29.473Z","avatar_url":"https://github.com/hengfengli.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"GitRelease for rust is a starter project, which provides a small cli\ntool to generate a release summary. It learns from the current commit\nhistory and creates a nice summary of changes since last release\n\nPlease note that this is a toy project just for learning rust.\n\n[![Crates.io](https://img.shields.io/crates/v/gitrelease)](https://crates.io/crates/gitrelease)\n[![Crates.io](https://img.shields.io/crates/l/gitrelease)](LICENSE)\n[![Build status](https://api.travis-ci.org/hengfengli/gitrelease.svg)](https://travis-ci.org/hengfengli/gitrelease)\n\n### Quick example\n\n1. Here is a full working example.\n\n```bash\n$ git clone https://github.com/hyperium/tonic\n$ cd tonic\n$ gitrelease\n```\n\nOutput:\n\n```markdown\n:robot: I have created a release \\*beep\\* \\*boop\\*\n---\n### 0.1.2 / 2020-02-09\n\n---\n### Commits since last release:\n\n* [Fix 0.1.1 diff link in changelog (#247)](https://github.com/hyperium/tonic/commit/3e63e05666fcb5a099b96236f4d99ffda25f7d57)\n\n\n### Files edited since last release:\n\n\u003cpre\u003e\u003ccode\u003eCHANGELOG.md\n\u003c/code\u003e\u003c/pre\u003e\n[Compare Changes](https://github.com/hyperium/tonic/compare/66ac4c4049f7135a4f6b6d58600a7f1716e1364f...HEAD)\n\n\nThis PR was generated with [GitRelease](https://github.com/hengfengli/gitrelease).\n```\n\n2. There is another working example.\n\n```bash\n$ git clone https://github.com/googleapis/google-cloud-ruby.git\n\n# --dir: the absolute path to your git repo directory.\n# --subdir: the sub-directory where related changes happen.\n# --submodule: the submodule that you want to release, e.g., a commit title \"fix(\u003csubmodule_name\u003e): fix a bug.\".\n$ gitrelease --dir=/\u003cabs_path\u003e/google-cloud-ruby/ --subdir=google-cloud-secret_manager --submodule=secret_manager\n```\n\nOutput:\n\n```markdown\n:robot: I have created a release \\*beep\\* \\*boop\\*\n---\n### 0.2.1 / 2020-02-09\n\n#### Documentation\n\n* change a few readme references from language to secret-manager\n---\n### Commits since last release:\n\n* [docs(secret_manager): change a few readme references from language to secret-manager](https://github.com/googleapis/google-cloud-ruby/commit/ede794ccf7cfa2db1a3eb842fcd43bda276e26c2)\n\n### Files edited since last release:\n\n\u003cpre\u003e\u003ccode\u003egoogle-cloud-secret_manager/README.md\n\u003c/code\u003e\u003c/pre\u003e\n[Compare Changes](https://github.com/googleapis/google-cloud-ruby/compare/fe8f239bd97c2bdadb4da5a3012cc4cd738a7efa...HEAD)\n\n\nThis PR was generated with [GitRelease](https://github.com/hengfengli/gitrelease).\n```\n\n### Credits\n\nThis project is inspired by [Release Please](https://github.com/googleapis/release-please), which is more sophisticated and has more features than this toy project. You probably should consider to use it in production.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhengfengli%2Fgitrelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhengfengli%2Fgitrelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhengfengli%2Fgitrelease/lists"}