-
Refers to #41
-
It seems that since switching to monorepo, the release tooling doesn't actually work.
Running in to this error: https://github.com/lerna/lerna-changelog/blob/master/src/configuration.ts#L43
-
@bcoe sorry for randomly creating an issue on here, but I didnt want to spam the lerna repo. Quick question:
If I have the following:
- `packageA` (no deps)
- `packageB` (deps on `packageA`)
…
-
I am using `conventional-changelog-core` through `lerna` and noticed that links in my CHANGELOG.md files are broken when releasing packages with `lerna publish`.
## Context
At Wire we have a monor…
-
## Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
## Current Behavior
The changelog header is hardcoded in https://git…
-
@karelhala 💯 for getting this going and doing a great job documenting the process. I am currently creating a fork and experimenting in a playground of this so I can compare notes w/ you.
I am parti…
-
## The devDependency [lerna-changelog](https://github.com/lerna/lerna-changelog) was updated from `0.8.2` to `0.8.3`.
🚨 [View failing branch](https://github.com/lukeburpee/feathers-service-manager/c…
-
During the build of the last two pre-releases @marcoambrosini and me noticed that there were some pull requests not mentioned in the generated changelog.
E.g. https://github.com/nextcloud/nextclou…
-
## Current Behavior
Currently the commit messages of type:
- chore:
- docs:
- refactor:
Are not getting ignored by conventional commits for the changelog.
It creates the default change log…
-
## Expected Behavior
support some options to ignore version bump in changelog
`lerna version --ignore-version-bump-in-changelog --conventional-changelog`
## Current Behavior
suppose …