Skip to content

feat: always show bump type label on changelog items#89

Merged
theoephraim merged 2 commits into
mainfrom
changelog-always-show-bump-type
May 27, 2026
Merged

feat: always show bump type label on changelog items#89
theoephraim merged 2 commits into
mainfrom
changelog-always-show-bump-type

Conversation

@theoephraim
Copy link
Copy Markdown
Member

Summary

  • Always display the bump type tag (e.g. *(minor)*) on every changelog item, not just when it differs from the release's overall bump type
  • Dependency, cascade, and group bump lines also now include the bump type tag
  • Items were already sorted major > minor > patch (no change needed)
  • Includes minor doc/schema fixes from prior work

Example

Before:

- Added new feature
- *(patch)* Fixed a bug

After:

- *(minor)* Added new feature
- *(patch)* Fixed a bug

Previously the bump type tag (e.g. *(minor)*) was only shown when it
differed from the release's overall bump type. Now it's always shown on
every item for clarity, and dependency/cascade/group bump lines include
the tag too. Items are already sorted major > minor > patch.

Also includes minor doc/schema fixes from prior work.
@github-actions
Copy link
Copy Markdown

bumpy-frog

The changes in this PR will be included in the next version bump.

patch Patch releases

  • @varlock/bumpy 1.10.1 → 1.10.2

Bump files in this PR

Click here if you want to add another bump file to this PR


This comment is maintained by bumpy.

@theoephraim theoephraim merged commit 841483f into main May 27, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant