Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Good bug title tells us about precise symptom, not about the root cause. #1315

Open
gsemet opened this issue Dec 20, 2024 · 0 comments
Open

Comments

@gsemet
Copy link

gsemet commented Dec 20, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant