ci: add git-cliff configuration for changelog generation #601

Merged
argoyle merged 1 commits from ci-add-git-cliff-changelog-config into main 2025-10-14 09:37:21 +00:00
argoyle commented 2025-10-14 09:28:32 +00:00 (Migrated from gitlab.com)

This commit introduces a new configuration file for git-cliff to
automate changelog generation. It defines templates for the header,
body, and footer of the changelog, ensuring that all notable changes
are documented effectively. The configuration enables parsing of
conventional commit messages, allowing for better organization of
changes by type. This enhancement streamlines the release process and
improves project maintainability.

This commit introduces a new configuration file for git-cliff to automate changelog generation. It defines templates for the header, body, and footer of the changelog, ensuring that all notable changes are documented effectively. The configuration enables parsing of conventional commit messages, allowing for better organization of changes by type. This enhancement streamlines the release process and improves project maintainability.
argoyle (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-10-14 09:28:40 +00:00
argoyle commented 2025-10-14 09:35:29 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests.
Project coverage is 1.00%. Comparing base (ca9e7c3) to head (2cf992c).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #597   +/-   ##
=====================================
  Coverage   1.00%   1.00%           
=====================================
  Files         42      42           
  Lines       1996    1996           
=====================================
  Hits          20      20           
  Misses      1976    1976           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/597?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 1.00%. Comparing base ([`ca9e7c3`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/ca9e7c3aa0f0530c43febed1dae36c63778f4c1f?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)) to head ([`2cf992c`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/2cf992c948c22b26ef416945238f85054b4598b5?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #597 +/- ## ===================================== Coverage 1.00% 1.00% ===================================== Files 42 42 Lines 1996 1996 ===================================== Hits 20 20 Misses 1976 1976 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/597?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle commented 2025-10-14 09:37:22 +00:00 (Migrated from gitlab.com)

mentioned in commit 8e53b1fbf4

mentioned in commit 8e53b1fbf40f932c829a75e1586c8464c7a86331
argoyle (Migrated from gitlab.com) merged commit 8e53b1fbf4 into main 2025-10-14 09:37:22 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#601