You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
The text was updated successfully, but these errors were encountered:
Developer Story
As a developer using
lerna-changelog
in my projectI 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
withlerna-changelog
installed, packages with only chore changes got this:Expected behavior
I wanted to get something like this:
The text was updated successfully, but these errors were encountered: