Open
Description
Description
One small issue I noticed when working with alpha and beta releases is, that Commitizen writes all the versions into the CHANGELOG when bumping like so:
## 0.1.0 (2024-08-20)
## 0.1.0-b0 (2024-08-20)
## 0.1.0-a0 (2024-08-20)
### Feat
- add onboarding modal
A option, where you can say that only the stable release (in this case 0.1.0) should be listed with the "Feat" point.
Possible Solution
No response
Additional context
No response
Additional context
No response