Open
Description
Description
When generating a changelog, some commits does not appear in the log
Steps to reproduce
I have these commits in my history:
* b6a9e13 - (tag: 0.19.2, origin/dev/win11, dev/win11) ci: fix quality evidence package (2 weeks ago) <Gaetan Semet>
* 1f3f152 - ci: rework release process (2 weeks ago) <Gaetan Semet>
* b932d80 - ci: switch to CI_VM_WIN tag (2 weeks ago) <Gaetan Semet>
* 4899b0d - doc: update install notification (2 weeks ago) <Gaetan Semet>
* 52bd731 - (tag: 0.19.1) doc: update documentation for 0.19 (3 weeks ago) <Gaetan Semet>
* 70f8611 - (tag: 0.19.0) fix: package metadata becomes package manifest (3 weeks ago) <Gaetan Semet>
Command line:
cz changelog -file-name docs/source/changelog.md --unreleased-version UNRELEASED_VERSION
Current behavior
commits does not appear
### Version [0.19.2](https://my.gitlab.server/path/to/project/-/releases/0.19.2) (2024-12-03)
### Version [0.19.1](https://my.gitlab.server/path/to/project/-/releases/0.19.1) (2024-11-28)
### Version [0.19.0](https://my.gitlab.server/path/to/project/-/releases/0.19.0) (2024-11-27)
Desired behavior
### Version [0.19.2](https://my.gitlab.server/path/to/project/-/releases/0.19.2) (2024-12-03)
**Documentation*:
- update install notification
**CI**:
- fix quality evidence package
- rework release process
- switch to CI_VM_WIN tag
### Version [0.19.1](https://my.gitlab.server/path/to/project/-/releases/0.19.1) (2024-11-28)
**Doc**:
- update documentation for 0.19
It is like the "ci", "doc" prefixes causes the lines to be ignored in the changelog
Screenshots
No response
Environment
$ cz version
4.1.0
Activity
[-]Good bug title tells us about precise symptom, not about the root cause.[/-][+]Some commits does not appear in the changelog[/+]gsemet commentedon Mar 29, 2025
No idea why "ci", "doc", "perf", "build" commit types does not appear in the changelog ? is there nobody else that has this issue ?
gsemet commentedon Mar 29, 2025
ok, so it seems like the default configuration for the conventional_commit pattern drop some commits.
I cannot override some settings from this model, how can i dump the current configuration to a file so that i change some of the settings ?
gsemet commentedon Apr 7, 2025
I managed to get my lost commits using my own configuration in pyproject.toml