Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to avoid putting "Version bump only for package" on package-specific CHANGELOG.md? #360

Open
jimmyandrade opened this issue Aug 17, 2020 · 0 comments

Comments

@jimmyandrade
Copy link

Developer Story

As a developer using lerna-changelog in my project
I wanted to disable adding the message Note: Version bump only for package...
So that I could have more clean CHANGELOG.md files

Current behavior

When I run lerna version with lerna-changelog installed, packages with only chore changes got this:

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.1](https://github.com/natura-cosmeticos/natds-react/compare/v0.8.0...v0.8.1) (2020-08-17)

**Note:** Version bump only for package @naturacosmeticos/natds-react-jest-base-config

# [0.3.0](https://github.com/natura-cosmeticos/natds-react/compare/v0.2.5...v0.3.0) (2020-08-14)


### Features

* **jest-base-config:** add base config for jest ([9016e98](https://github.com/natura-cosmeticos/natds-react/commit/9016e98103848c87c27d5755a0c6daf90b131ea3))

Expected behavior

I wanted to get something like this:

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.3.0](https://github.com/natura-cosmeticos/natds-react/compare/v0.2.5...v0.3.0) (2020-08-14)


### Features

* **jest-base-config:** add base config for jest ([9016e98](https://github.com/natura-cosmeticos/natds-react/commit/9016e98103848c87c27d5755a0c6daf90b131ea3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant