{"id":43648520,"url":"https://github.com/emiliosheinz/release-notes-generator","last_synced_at":"2026-02-04T19:04:20.079Z","repository":{"id":57355519,"uuid":"481740487","full_name":"emiliosheinz/release-notes-generator","owner":"emiliosheinz","description":"📝  Easily generate release notes for your projects","archived":false,"fork":false,"pushed_at":"2022-12-28T21:25:14.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T09:11:51.506Z","etag":null,"topics":["javascript","release-note","release-notes-generateor"],"latest_commit_sha":null,"homepage":"","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/emiliosheinz.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":"2022-04-14T20:27:57.000Z","updated_at":"2023-03-07T06:16:56.000Z","dependencies_parsed_at":"2023-01-31T07:31:13.815Z","dependency_job_id":null,"html_url":"https://github.com/emiliosheinz/release-notes-generator","commit_stats":null,"previous_names":["emilioheinz/release-notes-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emiliosheinz/release-notes-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Frelease-notes-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Frelease-notes-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Frelease-notes-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Frelease-notes-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emiliosheinz","download_url":"https://codeload.github.com/emiliosheinz/release-notes-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiliosheinz%2Frelease-notes-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29093005,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["javascript","release-note","release-notes-generateor"],"created_at":"2026-02-04T19:04:19.271Z","updated_at":"2026-02-04T19:04:20.074Z","avatar_url":"https://github.com/emiliosheinz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 release-notes-generator\n\nEasily generate changelog files.\n\n## Getting Started\n\n### Install\n\nWe assume that you already have `node v14.0.0` or higher installed.\n\nTo install rng just run:\n\n```\nnpm i -g rng-cli\n```\n\nOr if you prefer:\n\n```\nyarn global add rng-cli\n```\n\n## Usage\n\nRun `rng --help` to see all available parameters.\n\n## Available commands\n\n- `withGitHub`: Generates release notes from GitHub\n- `withLocalFile`: Generates release notes from a local file, by default it tries to read `CHANGELOG.md`.\n\n## Available options\n\nAvailable options for each command\n\n### withGitHub\n\n- `-o, --organizationName`: The name of the GitHub organization where your project is placed.\n- `-p, --projectNumber`: The number of the project in which your cards are beeing shown. This number can be found at the URL of the project.\n- `-t, --token`: Your personal token. Don't forget to give `org` and `repo` admin permission.\n- `-l, --label`: Pass any valid label if you want to filter your return with one.\n- `-c, --column`: Pass the name of the colon that you want to use to generate the data. This is required.\n- `-r, --repository`: Pass the name of the repository that you want to filter cards.\n- `-s, --isSorted`: Use to asc sort by card issue number.\n- `-m, --milestone`: Pass any valid milestone if you want to filter your return with one. The default value is null, when null return all cards. If you only want to return cards that do not have a milestone, send `__NONE__` as parameter.\n\n### withLocalFile\n\n- `-f, --file`: The path to the file where the changelog is located. Default is `CHANGELOG.MD`\n\n## Other info\n\nWhen you are using `withLocalFile` command, remember to separate each version with the separator `---`, the scripts will base the result of your changelog on it.\n\nEx:\n\n```\n0003 My third change\n\n---\n\n\u003c!-- Release 2.2.0 --\u003e\n\n0002 My second change\n0001 My first change\n```\n\nIf you run the script based on the file above, it will return everything above `---`, so the result will be:\n\n```\n0003 My third change\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femiliosheinz%2Frelease-notes-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femiliosheinz%2Frelease-notes-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femiliosheinz%2Frelease-notes-generator/lists"}