Skip to content

Conversation

zguesmi
Copy link
Member

@zguesmi zguesmi commented Sep 11, 2025

No description provided.

@zguesmi zguesmi marked this pull request as ready for review September 11, 2025 15:10
@zguesmi zguesmi self-assigned this Sep 11, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces automated release management and conventional commit validation by adding release-please configuration and GitHub workflow automation. The changes enforce conventional commit format for PR titles and enable automatic GitHub releases based on commit types.

  • Adds release-please configuration for automated changelog generation and version management
  • Implements PR title validation using conventional commits workflow
  • Updates documentation to explain the new trunk-based development workflow

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
release-please-config.json Configures release-please for node package with changelog sections mapping commit types to release categories
.release-please-manifest.json Sets initial version to 6.0.0 for release tracking
.github/workflows/release.yml Adds GitHub workflow for automated releases using release-please
.github/workflows/conventional-commits.yml Adds GitHub workflow to validate PR titles follow conventional commit format
README.md Documents the new trunk-based development workflow and conventional commit requirements

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.66%. Comparing base (af14640) to head (3bd60c8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #256   +/-   ##
=======================================
  Coverage   83.66%   83.66%           
=======================================
  Files          38       38           
  Lines        1218     1218           
  Branches      227      227           
=======================================
  Hits         1019     1019           
  Misses        199      199           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines +5 to +8
types:
- opened
- edited
- reopened
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not on all ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because it's useless to run it on all of the others

image

@zguesmi zguesmi merged commit 00a111e into main Sep 12, 2025
4 checks passed
@zguesmi zguesmi deleted the feat/release-please branch September 12, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants