ChangeForge

changeforge list

Generates a read‑only preview from the current changesets and computes the next version to bump. It scans your .changesets, determines the highest impact change (MAJOR > MINOR > PATCH), and prints a concise summary grouped by tag.

Usage

$ changeforge list

What it does

Example

$ changeforge list

# New version to be bumped: v1.1.0.

- [Feature]
    - app/auth/login.py: Add login route
- [Bug]
    - Fix crash on startup
- [Refactor]
    - src/utils/date.ts: Simplify date handling