Skip to content

Changelog generate with prerelease #112

@erghiichsan

Description

@erghiichsan

I have a list of tags as follows:
v0.1.0
v0.2.0-beta.0
v0.2.0-beta.1 -> latest

this is the current CHANGELOG.md

# Changelog

Notable changes to this project when development will be documented in this file.

## V 0.2.0-beta.1

### Added

* Feature 3
* Feature 4

## V 0.2.0-beta.0

### Added

* Feature 1
* Feature 2

i use this command npx release-it --ci --git.tagMatch=v0.1.0 but the result is:

# Changelog

Notable changes to this project when development will be documented in this file.

## V 0.2.0
## V 0.2.0-beta.1

### Added

* Feature 3
* Feature 4
## V 0.2.0-beta.0

### Added

* Feature 1
* Feature 2

## V 0.2.0-beta.1

### Added

* Feature 3
* Feature 4

## V 0.2.0-beta.0

### Added

* Feature 1
* Feature 2

My expectations are like this:

# Changelog

Notable changes to this project when development will be documented in this file.

## V 0.2.0

### Added

* Feature 1
* Feature 2
* Feature 3
* Feature 4

## V 0.2.0-beta.1

### Added

* Feature 3
* Feature 4

## V 0.2.0-beta.0

### Added

* Feature 1
* Feature 2

how to reach that? i'm using thid version
@release-it/[email protected]
[email protected]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions