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

feat: update default changelog titles #1143

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

paduszyk
Copy link
Contributor

Description

This updates the default titles of the changelog's sections in ConventionalCommitsCz.

Checklist

  • Add test cases to all the changes you introduce
  • Run ./scripts/format and ./scripts/test locally to ensure this change passes linter check and test
  • Test the changes on the local machine manually
  • Update the documentation for the changes

Expected behavior

Changelogs are more human-readable.

Additional context

Closes #1119.

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.55%. Comparing base (120d514) to head (e2e928f).
Report is 409 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1143      +/-   ##
==========================================
+ Coverage   97.33%   97.55%   +0.21%     
==========================================
  Files          42       55      +13     
  Lines        2104     2498     +394     
==========================================
+ Hits         2048     2437     +389     
- Misses         56       61       +5     
Flag Coverage Δ
unittests 97.55% <100.00%> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Lee-W Lee-W added pr-status: ready-to-merge almost ready to merge. just keep it for a few days for others to check and removed pr-status: wait-for-review labels May 27, 2024
ConventionalCommitsCz,
"change_type_map",
{
"feat": "Feat",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the tests using the old format?

@Lee-W
Copy link
Member

Lee-W commented Jul 11, 2024

@paduszyk Hi, would it be possible for us to address #1119 (comment). I think we're really close to merging!

@Lee-W Lee-W added pr-status: wait-for-modification and removed pr-status: wait-for-review pr-status: ready-to-merge almost ready to merge. just keep it for a few days for others to check labels Jul 11, 2024
@noirbizarre
Copy link
Member

I would flag this change as breaking as it means any user having a custom change_type_order with the default change_type_map will see its changelog broken without a manual intervention (aka. updating the change_type_order with the new names).
So maybe should include this one in the next major (v4?) ?

@Lee-W
Copy link
Member

Lee-W commented Aug 21, 2024

I would flag this change as breaking as it means any user having a custom change_type_order with the default change_type_map will see its changelog broken without a manual intervention (aka. updating the change_type_order with the new names). So maybe should include this one in the next major (v4?) ?

Sounds good! Let me add the label

@Lee-W Lee-W added the v4 label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default changelog titles for cz_conventional_commits
4 participants