{"id":15065413,"url":"https://github.com/wpsh/releaselog","last_synced_at":"2026-02-21T00:03:46.004Z","repository":{"id":143831549,"uuid":"177392669","full_name":"wpsh/releaselog","owner":"wpsh","description":"Automatically generate changelog from GitHub releases","archived":false,"fork":false,"pushed_at":"2019-03-25T08:02:13.000Z","size":461,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-28T15:21:47.540Z","etag":null,"topics":["github","javascript","node-module","nodejs","readme","wordpress-development"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@wpsh/releaselog","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/wpsh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-24T09:10:39.000Z","updated_at":"2019-03-24T20:11:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"d09eab03-8bd4-40d9-9429-a71af2294c1b","html_url":"https://github.com/wpsh/releaselog","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wpsh/releaselog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Freleaselog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Freleaselog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Freleaselog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Freleaselog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wpsh","download_url":"https://codeload.github.com/wpsh/releaselog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wpsh%2Freleaselog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280424213,"owners_count":26328462,"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-10-22T02:00:06.515Z","response_time":63,"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":["github","javascript","node-module","nodejs","readme","wordpress-development"],"created_at":"2024-09-25T00:38:05.792Z","updated_at":"2025-10-22T10:56:12.499Z","avatar_url":"https://github.com/wpsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Releaselog 🗒️\n\n[![npm version](https://img.shields.io/npm/v/@wpsh/releaselog.svg)](https://www.npmjs.com/package/@wpsh/releaselog)\n[![Build Status](https://travis-ci.com/wpsh/releaselog.svg?branch=master)](https://travis-ci.com/wpsh/releaselog)\n[![Coverage Status](https://coveralls.io/repos/github/wpsh/releaselog/badge.svg?branch=master)](https://coveralls.io/github/wpsh/releaselog?branch=master)\n\nAutomatically build project `changelog.txt` from [GitHub release notes](https://help.github.com/en/articles/creating-releases).\n\n\n## Install\n\nInstall using [`npm`](https://www.npmjs.com) as a development dependency:\n\n```bash\nnpm install --save-dev @wpsh/releaselog\n```\n\n\n## Usage\n\nAs a [Node module](https://nodejs.org/api/modules.html):\n\n```js\nconst fs = require('fs');\nconst releaselog = require('@wpsh/releaselog').default;\n\nreleaselog('kasparsd/widget-context-wporg') \n  .then(changelog =\u003e {\n    fs.writeFile('CHANGELOG.md', `# Changelog\\n\\n${changelog}`, err =\u003e {\n      if (err) throw err;\n    });\n  })\n  .catch(err =\u003e console.error(err));\n```\n\nwill create `CHANGELOG.md` with the following contents:\n\n```\n# Changelog\n\n## Version 1.1.0 (2018-06-13)\n\n- Fix URL matching for URLs with query strings.\n- Introduce unit tests for the URL context.\n\n## Version 1.0.7 (2018-06-05)\n\n- Mark as tested with WordPress 4.9.6.\n- Use the localisation service provided by [WP.org](https://translate.wordpress.org/projects/wp-plugins/widget-context).\n- Support for Composer.\n\n[..]\n```\n\n## Credits\n\nCreated by [Kaspars Dambis](https://kaspars.net).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpsh%2Freleaselog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwpsh%2Freleaselog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwpsh%2Freleaselog/lists"}