{"id":51118984,"url":"https://github.com/sulthonzh/gh-release","last_synced_at":"2026-06-25T00:30:35.719Z","repository":{"id":363809103,"uuid":"1264246330","full_name":"sulthonzh/gh-release","owner":"sulthonzh","description":"Generate release notes from git history — categorize commits, output text/json/markdown","archived":false,"fork":false,"pushed_at":"2026-06-19T05:22:22.000Z","size":20,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T07:21:14.529Z","etag":null,"topics":["changelog","cli","git","github","release-notes"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sulthonzh.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-09T17:48:25.000Z","updated_at":"2026-06-19T05:20:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sulthonzh/gh-release","commit_stats":null,"previous_names":["sulthonzh/gh-release"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sulthonzh/gh-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulthonzh","download_url":"https://codeload.github.com/sulthonzh/gh-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulthonzh%2Fgh-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34755061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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","cli","git","github","release-notes"],"created_at":"2026-06-25T00:30:35.609Z","updated_at":"2026-06-25T00:30:35.703Z","avatar_url":"https://github.com/sulthonzh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gh-release\n\nGenerate release notes from git history. Zero deps, zero config.\n\nIt reads your git log, categorizes commits by type (feat/fix/breaking/other), and outputs clean release notes in text, JSON, or markdown.\n\n## Why\n\nWriting release notes is boring. Your commit history already has the info — just extract and format it.\n\n## Install\n\n```bash\nnpm install -g gh-release\n# or\nnpx gh-release\n```\n\n## Usage\n\n```bash\n# Release notes since last tag → HEAD\ngh-release\n\n# Notes up to a specific tag\ngh-release v1.2.0\n\n# Notes between two tags\ngh-release v1.0.0..v1.2.0\n\n# Markdown output (paste into GitHub releases)\ngh-release --format markdown v1.2.0\n\n# JSON for scripting\ngh-release --format json\n\n# Include merge commits\ngh-release --include-merge\n```\n\n## How it categorizes\n\n- **feat**: commits starting with `feat:`, `feat(scope):`, or `add`\n- **fix**: commits starting with `fix:`, `fix(scope):`, or `bug`\n- **breaking**: commits with `BREAKING` or starting with `break`\n- **other**: everything else\n\n## Output formats\n\n### Text (default)\n```\nRelease: v2.0.0 (since v1.0.0)\n\n⚠️  Breaking\n  - BREAKING: new API format (carol, 2026-01-03)\n\n✨ Features\n  - feat: add dark mode (alice, 2026-01-01)\n\n🐛 Fixes\n  - fix: crash on login (bob, 2026-01-02)\n\n5 commits\n```\n\n### Markdown\nGreat for pasting into GitHub Releases or CHANGELOG.md.\n\n### JSON\nFor piping into other tools or scripts.\n\n## Options\n\n- `--repo \u003cpath\u003e` — path to git repo (default: `.`)\n- `--format \u003cfmt\u003e` — `text`, `json`, or `markdown` (default: `text`)\n- `--include-merge` — include merge commits\n- `--unreleased` — explicit flag for unreleased changes\n- `-h, --help` — show help\n- `--version` — show version\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulthonzh%2Fgh-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulthonzh%2Fgh-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulthonzh%2Fgh-release/lists"}