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]
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
i use this command
npx release-it --ci --git.tagMatch=v0.1.0but the result is:My expectations are like this:
how to reach that? i'm using thid version
@release-it/[email protected][email protected]