lerna-changelog icon indicating copy to clipboard operation
lerna-changelog copied to clipboard

:book: PR-based changelog generator with monorepo support

Results 74 lerna-changelog issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [hosted-git-info](https://togithub.com/npm/hosted-git-info) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/hosted-git-info/4.1.0/5.1.0) | [![age](https://badges.renovateapi.com/packages/npm/hosted-git-info/5.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.0.1) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [p-map](https://togithub.com/sindresorhus/p-map) | [`^3.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/p-map/3.0.0/5.5.0) | [![age](https://badges.renovateapi.com/packages/npm/p-map/5.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [make-fetch-happen](https://togithub.com/npm/make-fetch-happen) | [`^9.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/make-fetch-happen/9.1.0/10.2.1) | [![age](https://badges.renovateapi.com/packages/npm/make-fetch-happen/10.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

In my repository, [Boyka-framework](https://github.com/WasiqBhamla/boyka-framework), I am using `lerna-changelog` to generate the change logs for Release. Today I was checking the what change log will get generated when I will release...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://togithub.com/sindresorhus/execa) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/execa/5.1.1/6.1.0) | [![age](https://badges.renovateapi.com/packages/npm/execa/6.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Currently it uses the folder name instead of the package name, these are typically not the same.

[README](https://github.com/lerna/lerna-changelog#github-token) says that it interacts with [GitHub](https://docs.github.com/en/rest) [API](https://github.com/topics/github-api), but it would be nice if there were more details about this. It makes sense that one would need to authenticate to...

I'm trying to release a new Docusaurus version and got a weird error when generating the changelog. In the `downloadIssueData` I added a try/catch and noticed it tries to fetch...

bug