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

> By default lerna-changelog will show all pull requests that have been merged since the latest tagged commit in the repository. After merge a PR with the correct label, the...

I noticed that `lerna-changelog` always combines the latest release with the `Unreleased` code together to `Unreleased`. So the previous version disappears from the generated changelog. Is this a known issue?...

building off of #15 can you provide an arg or some sort of publish config option to ignore private packages in the changelog? The suggest fix [here](https://github.com/lerna/lerna/issues/1725) will not work...

question

Hi teams. 😄 First of all, thank you for working a wonderful tool. lerna-changelog is an awesome. This Pull Request is a change for lerna-changelog to support Github Enterprise. If...

Not all projects are hosted on GitHub. A good second host might be gitlab.

enhancement

Fixes https://github.com/lerna/lerna-changelog/issues/74 👋 Hi there, I'm working on a project with a distributed team and we were looking for a way to generate changelogs/releases easier. The challenge we ran up...

enhancement

Hi there, just spent a bit of time trying to get this to work with my project. Peeking at the issues, it looks like this has maybe been brought up...

documentation

Hi, I have Azure DevOps (Formerly known as VSTS) repository https://xxxxxxxxxxxxxxxx/DefaultCollection/project_name/_git/project_name and configured with lerna. Publish/versioning works fine with Lerna. However, while running the command **lerna-changelog** throws error **"Could not...

enhancement

GitHub introduced a new API for determining which PR a commit came from, we could use this API to avoid the multiple regular expression matchers that we are having to...

enhancement

Hi there, I see that (via #105) lerna-changelog is supposed to exclude PRs by bots like Renovate by default: https://github.com/lerna/lerna-changelog/blob/331539b40c02f68f9c75c4f7db017977e1e62d28/src/configuration.ts#L61-L70 However, this doesn't seem to be working for my repo,...