Skip to content

Conversation

gillyb
Copy link

@gillyb gillyb commented Jul 3, 2025

addresses #1698

Adds cli arguments to skip questions:

  • --all-changed - for automatically selecting all changed packages.
  • --minor - for automatically marking them all as minor changes.
  • --patch - for automatically marking them all as patches.
  • --summary - to add a given summary.

All of these can work separately to skip just some of the questions.

Copy link

codecov bot commented Jul 3, 2025

Codecov Report

❌ Patch coverage is 61.11111% with 14 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.91%. Comparing base (c7b6832) to head (6e5a86b).

Files with missing lines Patch % Lines
packages/cli/src/commands/add/createChangeset.ts 62.85% 13 Missing ⚠️
packages/cli/src/run.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1699      +/-   ##
==========================================
+ Coverage   80.71%   80.91%   +0.19%     
==========================================
  Files          54       54              
  Lines        2261     2274      +13     
  Branches      677      692      +15     
==========================================
+ Hits         1825     1840      +15     
+ Misses        431      429       -2     
  Partials        5        5              

☔ 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.

Copy link

changeset-bot bot commented Jul 3, 2025

⚠️ No Changeset found

Latest commit: 6e5a86b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

@Rahul-cyber26 Rahul-cyber26 left a comment

Choose a reason for hiding this comment

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

#1699 Comnd updtedFixes #

@gillyb
Copy link
Author

gillyb commented Jul 28, 2025

@Andarist @bluwy (tagging some people i saw that are core contributors here and could probably answer) -

Is this something that you are willing to accept ?
If so, I will do changes required to make the code coverage check pass.. Don't want to do extra work if this is something you don't want to add to the project at all.

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.

2 participants