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

Curious to see if you can do that automatically as well like in https://github.com/lerna/lerna-changelog/releases

enhancement

So there are a lot of different systems for getting the information necessary for changelogs. It would be nice if lerna-changelog could support a variety of different services and systems...

enhancement

Hi - I globally installed lerna-changelog: ![image](https://user-images.githubusercontent.com/1728807/33471323-a628dca0-d621-11e7-89ed-06de6f6f8f23.png) I setup my config: ```json { "lerna": "2.0.0", "version": "0.7.0", "ignoreCommitters": false, "changelog": { "repo": "clearcapital/ccp", "labels": { "feature": ":rocket: New Feature", "bug":...

When there is no `package.json` (or `lerna.json`) we should try to infer the repository URL from git remote metadata. This would be useful for non-JS projects that still want to...

enhancement

Currently, if I run this command ``` GITHUB_AUTH= lerna-changelog --tag-from v0.0.1 ``` It will combine all PRs into the latest release. Example current version is v0.0.9, it will combine all...

Forgot as we moved away for `packages/*` that any other folder isn't picked up I believe (we added codemods/ and experimental/ I guess to be correct it needs to read...

Imagine that user `foo` opens a PR to `lerna/lerna-changelog` pointing to a branch in `bar/lerna-changelog` with `bar` being a GitHub organization. It might make sense to include the link to...

enhancement

It might make sense in some projects to also include all the PRs in the changelog that don't have matching labels on them. We should probably support some sort of...

enhancement

Currently if an issue has multiple labels that are in the changelog configuration it will get listed in each section. Should only list in one. See entries about `` [here](https://github.com/redfin/react-server/blob/next/CHANGELOG.md).

bug

might be necessary? Or we add a message about this in the readme

enhancement
good first issue